rdonkin 2003/11/23 13:13:31
Modified: docs index.html
docs/site elsewhere.html
xdocs index.xml
xdocs/site elsewhere.xml
Log:
Added news of Xerces-J 2.6.0 release
Revision Changes Path
1.345 +1 -9 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- index.html 20 Nov 2003 23:27:52 -0000 1.344
+++ index.html 23 Nov 2003 21:13:31 -0000 1.345
@@ -248,25 +248,17 @@
<li><a href="site/news.html#20031101.1">01 November 2003 - <b>
Commons Math</b> graduated from Commons-Sandbox</a></li>
<li><a href="site/news.html#20031031.2">31 October 2003 - <b>
Tomcat 4.1.29 Stable and Tomcat 5.0.14 Beta released</b></a></li>
<li><a href="site/news.html#20031031.1">31 October 2003 - <b>
Jetspeed 1.4 Final Released</b></a></li>
- <li><a href="site/news.html#20031026.1">26 October 2003 - <b>
Cactus 1.5 R.C.1 Released</b></a></li>
- <li><a href="site/news.html#20031022.4">22 October 2003 - <b>
Commons Net 1.1.0 Released</b></a></li>
- <li><a href="site/news.html#20031022.3">22 October 2003 - <b>
Commons DBCP 1.1 Released</b></a></li>
- <li><a href="site/news.html#20031022.2">22 October 2003 - <b>
Commons Pool 1.1 Released</b></a></li>
- <li><a href="site/news.html#20031022.1">22 October 2003 - <b>
Lucene 1.3 RC2 Released</b></a></li>
</ul>
<h4>Other news from <a
href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
<ul>
+ <li><a href="site/elsewhere.html#20031121.1">21 November 2003-
<b>Xerces-J 2.6.0</b> Released</a></li>
<li><a href="site/elsewhere.html#20031120.1">20 November 2003-
<b>Incubated-JaxMe 0.2</b> Released</a></li>
<li><a href="site/elsewhere.html#20031114.1">14 November 2003 -
<b>Apache Cocoon 2.1.3</b> Released</a></li>
<li><a href="site/elsewhere.html#20031031.1">31 October 2003 -
<b>Apache Axis C++ v1.0 (Alpha)</b> Released</a></li>
<li><a href="site/elsewhere.html#20031030.1">30 October 2003 -
<b>Apache Xalan Java 2.5.2</b> Released</a></li>
<li><a href="site/elsewhere.html#20031029.2">29 October 2003 -
<b>Apache HTTP Server 2.0.48</b> Released</a></li>
<li><a href="site/elsewhere.html#20031029.1">29 October 2003 -
<b>Apache HTTP Server 1.3.29</b> Released</a></li>
- <li><a href="site/elsewhere.html#20031015.1">15 October 2003 -
<b>The Apache Newsletter Issue #2</b> Released</a></li>
- <li><a href="site/elsewhere.html#20031014.1">14 October 2003 -
<b>XML-Commons Resolver component 1.1 beta 1</b> Released</a></li>
- <li><a href="site/elsewhere.html#20031013.1">13 October 2003 -
<b>Scarab Beta 17</b> is now available from Tigris.org</a></li>
- <li><a href="site/elsewhere.html#20031006.1">06 October 2003 -
<b>Apache Forrest 0.5.1</b> Released</a></li>
</ul>
</blockquote>
</p>
1.103 +66 -1 jakarta-site2/docs/site/elsewhere.html
Index: elsewhere.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/elsewhere.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- elsewhere.html 20 Nov 2003 23:27:52 -0000 1.102
+++ elsewhere.html 23 Nov 2003 21:13:31 -0000 1.103
@@ -195,7 +195,72 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="20031120.1">
+ <a name="20031121.1">
+ <h3>21 November 2003 - Xerces-J 2.6.0 Released</h3>
+</a>
+ <p>
+The Xerces-J team is very happy to announce that version 2.6.0 of
+Xerces-J is now available.
+</p>
+ <p>
+This release provides an experimental implementation of the Document
+Object Model Level 3 Core and Load/Save Candidate Recommendations (see
+beta-dom3-Xerces-J-bin.2.6.0.zip) and also brings Xerces-J into
+compliance with the XML
+1.1 Proposed Recommendation (except that it does not yet provide an
+option to enable normalization checking as described in section 2.13 of
+this specification) and Namespaces in XML 1.1 Proposed Recommendation.
+</p>
+ <p>
+Specifically, the significant changes introduced in this release are:
+</p>
+ <ul>
+<li>Improved the scanning of attribute lists, both small and large.</li>
+<li>Reimplemented XML11Configuration (the default configuration),
+improving performance during reset; accomplished primarily by adding an
+internal feature which allows components to query whether or not they
+need to read features and properties from the configuration. </li>
+<li>Modified XML Schema interfaces (org.apache.xerces.xs) and updated the
+implementation accordingly. Methods were added to expose actual values
+and their types and new interfaces were added for loading XSModels. In
+addition, fixed various bugs in the implementation and PSVIWriter
+sample.</li>
+<li>Implemented the DOM Level 3 Core and Load and Save Candidate
+Recommendations.</li>
+<li>Added support for the 'well-formed' feature in DOM Level 3 Core.</li>
+<li>Added XML 1.1 support to DOM Level 3.</li>
+<li>Fixed the serializer so that TAB (0x9), LF (0xA), CR (0xD), NEL (0x85)
+and LSEP (0x2028) are escaped where appropriate in order to allow these
+characters to be roundtripped.</li>
+<li>Implemented experimental support for the XML 1.1 PR. This still
+excludes section 2.13.</li>
+<li>Fixed a bug which could cause the parser to run out of memory (or
+other resources) while parsing documents containing many entity
+references.</li>
+<li>Implemented missing support for Registry-based Naming Authority in the
+URI implementation.</li>
+<li>Modified the XJavac task used by the build file so that Xerces can be
+built on Linux with Blackdown JDK 1.4.</li>
+<li>Removed static references to sun.io.CharToByteConverter which made it
+impossible to compile Xerces on platforms that do not have this internal
+class. With binaries on such platforms, the serializer was unusable with
+many encodings.</li>
+<li>Added support for XML Base to the XInclude implementation. Fixed
+various bugs regarding text inclusion and relative URI resolution in the
+XInclude implementation.</li>
+<li>Implemented errata from the XML 1.0 Second Edition Specification.</li>
+<li>Moved Xerces' SAX support up to SAX 2.0.1.</li>
+<li>Fixed bugs in the XML 1.1 entity scanner that in some cases treated
+NEL (0x85) and LSEP (0x2028) as white space characters in internal
+entities, and not as end of line characters in external entities.</li>
+<li>Fixed bug in HTML DOM implementation that would cause a hierarchy
+request error by trying to move a doctype node to be a child of the
+<html> element.</li>
+</ul>
+ <p>
+For more information see <a href="http://xml.apache.org/xerces2-j/">here</a>.
+</p>
+ <a name="20031120.1">
<h3>20 November 2003 - Incubated-JaxMe 0.2 Released</h3>
</a>
<p>
1.283 +1 -9 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- index.xml 20 Nov 2003 23:27:52 -0000 1.282
+++ index.xml 23 Nov 2003 21:13:31 -0000 1.283
@@ -55,25 +55,17 @@
<li><a href="site/news.html#20031101.1">01 November 2003 - <b>
Commons Math</b> graduated from Commons-Sandbox</a></li>
<li><a href="site/news.html#20031031.2">31 October 2003 - <b>
Tomcat 4.1.29 Stable and Tomcat 5.0.14 Beta released</b></a></li>
<li><a href="site/news.html#20031031.1">31 October 2003 - <b>
Jetspeed 1.4 Final Released</b></a></li>
- <li><a href="site/news.html#20031026.1">26 October 2003 - <b>
Cactus 1.5 R.C.1 Released</b></a></li>
- <li><a href="site/news.html#20031022.4">22 October 2003 - <b>
Commons Net 1.1.0 Released</b></a></li>
- <li><a href="site/news.html#20031022.3">22 October 2003 - <b>
Commons DBCP 1.1 Released</b></a></li>
- <li><a href="site/news.html#20031022.2">22 October 2003 - <b>
Commons Pool 1.1 Released</b></a></li>
- <li><a href="site/news.html#20031022.1">22 October 2003 - <b>
Lucene 1.3 RC2 Released</b></a></li>
</ul>
<h4>Other news from <a href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
<ul>
+ <li><a href="site/elsewhere.html#20031121.1">21 November 2003-
<b>Xerces-J 2.6.0</b> Released</a></li>
<li><a href="site/elsewhere.html#20031120.1">20 November 2003-
<b>Incubated-JaxMe 0.2</b> Released</a></li>
<li><a href="site/elsewhere.html#20031114.1">14 November 2003 -
<b>Apache Cocoon 2.1.3</b> Released</a></li>
<li><a href="site/elsewhere.html#20031031.1">31 October 2003 -
<b>Apache Axis C++ v1.0 (Alpha)</b> Released</a></li>
<li><a href="site/elsewhere.html#20031030.1">30 October 2003 -
<b>Apache Xalan Java 2.5.2</b> Released</a></li>
<li><a href="site/elsewhere.html#20031029.2">29 October 2003 -
<b>Apache HTTP Server 2.0.48</b> Released</a></li>
<li><a href="site/elsewhere.html#20031029.1">29 October 2003 -
<b>Apache HTTP Server 1.3.29</b> Released</a></li>
- <li><a href="site/elsewhere.html#20031015.1">15 October 2003 -
<b>The Apache Newsletter Issue #2</b> Released</a></li>
- <li><a href="site/elsewhere.html#20031014.1">14 October 2003 -
<b>XML-Commons Resolver component 1.1 beta 1</b> Released</a></li>
- <li><a href="site/elsewhere.html#20031013.1">13 October 2003 -
<b>Scarab Beta 17</b> is now available from Tigris.org</a></li>
- <li><a href="site/elsewhere.html#20031006.1">06 October 2003 -
<b>Apache Forrest 0.5.1</b> Released</a></li>
</ul>
</section>
1.66 +67 -0 jakarta-site2/xdocs/site/elsewhere.xml
Index: elsewhere.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/elsewhere.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- elsewhere.xml 20 Nov 2003 23:27:52 -0000 1.65
+++ elsewhere.xml 23 Nov 2003 21:13:31 -0000 1.66
@@ -13,6 +13,73 @@
<section name="Elsewhere ...">
+<a name="20031121.1">
+ <h3>21 November 2003 - Xerces-J 2.6.0 Released</h3>
+</a>
+<p>
+The Xerces-J team is very happy to announce that version 2.6.0 of
+Xerces-J is now available.
+</p>
+<p>
+This release provides an experimental implementation of the Document
+Object Model Level 3 Core and Load/Save Candidate Recommendations (see
+beta-dom3-Xerces-J-bin.2.6.0.zip) and also brings Xerces-J into
+compliance with the XML
+1.1 Proposed Recommendation (except that it does not yet provide an
+option to enable normalization checking as described in section 2.13 of
+this specification) and Namespaces in XML 1.1 Proposed Recommendation.
+</p>
+<p>
+Specifically, the significant changes introduced in this release are:
+</p>
+<ul>
+<li>Improved the scanning of attribute lists, both small and large.</li>
+<li>Reimplemented XML11Configuration (the default configuration),
+improving performance during reset; accomplished primarily by adding an
+internal feature which allows components to query whether or not they
+need to read features and properties from the configuration. </li>
+<li>Modified XML Schema interfaces (org.apache.xerces.xs) and updated the
+implementation accordingly. Methods were added to expose actual values
+and their types and new interfaces were added for loading XSModels. In
+addition, fixed various bugs in the implementation and PSVIWriter
+sample.</li>
+<li>Implemented the DOM Level 3 Core and Load and Save Candidate
+Recommendations.</li>
+<li>Added support for the 'well-formed' feature in DOM Level 3 Core.</li>
+<li>Added XML 1.1 support to DOM Level 3.</li>
+<li>Fixed the serializer so that TAB (0x9), LF (0xA), CR (0xD), NEL (0x85)
+and LSEP (0x2028) are escaped where appropriate in order to allow these
+characters to be roundtripped.</li>
+<li>Implemented experimental support for the XML 1.1 PR. This still
+excludes section 2.13.</li>
+<li>Fixed a bug which could cause the parser to run out of memory (or
+other resources) while parsing documents containing many entity
+references.</li>
+<li>Implemented missing support for Registry-based Naming Authority in the
+URI implementation.</li>
+<li>Modified the XJavac task used by the build file so that Xerces can be
+built on Linux with Blackdown JDK 1.4.</li>
+<li>Removed static references to sun.io.CharToByteConverter which made it
+impossible to compile Xerces on platforms that do not have this internal
+class. With binaries on such platforms, the serializer was unusable with
+many encodings.</li>
+<li>Added support for XML Base to the XInclude implementation. Fixed
+various bugs regarding text inclusion and relative URI resolution in the
+XInclude implementation.</li>
+<li>Implemented errata from the XML 1.0 Second Edition Specification.</li>
+<li>Moved Xerces' SAX support up to SAX 2.0.1.</li>
+<li>Fixed bugs in the XML 1.1 entity scanner that in some cases treated
+NEL (0x85) and LSEP (0x2028) as white space characters in internal
+entities, and not as end of line characters in external entities.</li>
+<li>Fixed bug in HTML DOM implementation that would cause a hierarchy
+request error by trying to move a doctype node to be a child of the
+<html> element.</li>
+</ul>
+<p>
+For more information see <a href='http://xml.apache.org/xerces2-j/'>here</a>.
+</p>
+
+
<a name="20031120.1">
<h3>20 November 2003 - Incubated-JaxMe 0.2 Released</h3>
</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]