Updating links to xmlbeans home and refer to xbean.jar, not xmlbeans.jar in the documentation.

This commit is contained in:
igor%mir2.org 2004-09-26 22:35:29 +00:00
parent 35225eb534
commit 1284815da8
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ This version of Rhino should be binary compatible with the current embeddings th
The E4X code was donated to the Rhino project by <a href="http://www.bea.com/">BEA</a> and developed by staff from <a href="http://www.bea.com/">BEA</a> and <a href="http://www.agiledelta.com/">AgileDelta</a>.
</p>
<p>
It uses <a href="http://xml.apache.org/xmlbeans/">XMLBeans</a> library to implement E4X runtime. The implementation was tested against versions 1.0.2 and 1.0.3 of XMLBeans. Please make sure that <tt>xmlbeans.jar</tt> is avaialble on the classpath if you use E4X in your scripts.
It uses <a href="http://xmlbeans.apache.org/">XMLBeans</a> library to implement E4X runtime. The implementation was tested against versions 1.0.2 and 1.0.3 of XMLBeans. Please make sure that <tt>xbean.jar</tt> is avaialble on the classpath if you use E4X in your scripts.
</p>
<p>
See <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=242805">Bugzilla 242805</a> for details.

View File

@ -25,8 +25,8 @@ Release candidate 2 for Rhino 1.6R1 includes support for <a
href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript
for XML</a> (E4X). Please try this out and report any issues as described at
the <a href="help.html">help</a> pages. Note that you need to add
<tt>xmlbeans.jar</tt> from <a
href="http://xml.apache.org/xmlbeans/">XMLBeans</a> project to your class path
<tt>xbean.jar</tt> from <a
href="http://xmlbeans.apache.org/">XMLBeans</a> project to your class path
if you use E4X in Rhino.
</p>