You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/download.html
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ <h3> Binaries</h3>
17
17
</p>
18
18
19
19
<p>
20
-
Rhino 1.6R2 is the last qualified release. It includes support for <a
20
+
Rhino 1.6R4 is the last qualified release. It includes support for <a
21
21
href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript for XML</a> (E4X). To implement E4X runtime Rhino uses <a
22
22
href="http://xmlbeans.apache.org/">XMLBeans</a> library and if you would like to use E4X you need to add <tt>xbean.jar</tt> from XMLBeans distribution to your class path.</p>
Copy file name to clipboardExpand all lines: docs/rhino16R1.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ <h3>Release overview</h3>
24
24
Rhino 1.6R1 is the new major release of Rhino. It supports ECMAScript for XML (E4X) as specified by <ahref="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMA 357</a> standard. E4X is a set of language extensions adding native XML support for JavaScript without affecting the existing code base. <ahref="http://lxr.mozilla.org/mozilla/source/js/rhino/examples/E4X/e4x_example.js">E4X example</a> demonstrates various E4X constructions and their usage in JavaScript code.
25
25
</p>
26
26
<p>
27
-
This version of Rhino should be binary compatible with the current embeddings that use only public <ahref="apidocs/index.html">API</a> unless the code use the previously deperected classes as documented <ahref="#Rhino1.5R1-deprecation-removal">below</a>. Please report any incompatibilitiy issues to <ahref="http://bugzilla.mozilla.org/enter_bug.cgi?product=Rhino">Bugzilla</a>.
27
+
This version of Rhino should be binary compatible with the current embeddings that use only public <ahref="apidocs/index.html">API</a> unless the code use the previously deprected classes as documented <ahref="#Rhino1.5R1-deprecation-removal">below</a>. Please report any incompatibility issues to <ahref="http://bugzilla.mozilla.org/enter_bug.cgi?product=Rhino">Bugzilla</a>.
0 commit comments