elena 2003/03/25 16:01:25 Modified: java/docs docs-book.xml dom3.xml faq-dom.xml faq-general.xml readme.xml releases.xml Log: Update dom3 and release docs Revision Changes Path 1.19 +2 -2 xml-xerces/java/docs/docs-book.xml Index: docs-book.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/docs-book.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- docs-book.xml 24 Mar 2003 22:44:32 -0000 1.18 +++ docs-book.xml 26 Mar 2003 00:01:24 -0000 1.19 @@ -70,6 +70,6 @@ id='releases' source='releases.xml'/> - <external label='Report a Bug' - href='http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Xerces2-J'/> + <document label='Report a Bug' title='Reporting Bugs' + id='bugzilla' source='bugzilla.xml'/> </book> 1.9 +8 -5 xml-xerces/java/docs/dom3.xml Index: dom3.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/dom3.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- dom3.xml 23 Jan 2003 20:21:20 -0000 1.8 +++ dom3.xml 26 Mar 2003 00:01:24 -0000 1.9 @@ -23,7 +23,8 @@ <s2 title="Introduction"> <p> The &ParserNameLong; &ParserVersion; contains an implementation of - the Document Object Model Level 3 Core and Document Object Model Level 3 Load and Save Working drafts. + the Document Object Model Level 3 <jump href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/">Core</jump> + and Document Object Model Level 3 <jump href="http://www.w3.org/TR/2003/WD-DOM-Level-3-LS-20030226/">Load and Save</jump> Working drafts. To learn how to program with the DOM Level 3 see <jump href="samples-dom.html#DOM3">dom.DOM3</jump> sample. </p> <p> @@ -45,7 +46,7 @@ <ul> <li> <strong>DOMImplementationRegistry</strong> - <jump href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/core.html#Bootstrap">Bootstrapping</jump> + <jump href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20030226/core.html#Bootstrap">Bootstrapping</jump> -- lets an application find an implementation, based on the specific features it requires. </li> @@ -62,7 +63,7 @@ -- exposes type information in the DOM tree. </li> <li> - <strong>Node</strong> <jump href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/core.html#Node3-compareDocumentPosition">compareDocumentPosition</jump> + <strong>Node</strong> <jump href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#Node3-compareDocumentPosition">compareDocumentPosition</jump> -- compares a node with this node with regard to their position in the tree and according to the document order. </li> @@ -207,10 +208,12 @@ <ul> <li> - <strong>DOMBuilder</strong> <jump href="http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020409/load-save.html#ID-LS-DOMBuilder-parseWithContext">parserWithContext</jump> + <strong>DOMBuilder</strong> <jump href="http://www.w3.org/TR/2003/WD-DOM-Level-3-LS-20030226/load-save.html#LS-DOMBuilder-parseWithContext"> + parserWithContext</jump> -- not supported. </li> - <li><strong>DOMImplementationLS</strong> <jump href="">MODE_ASYNCHRONOUS</jump> + <li><strong>DOMImplementationLS</strong> <jump href="http://www.w3.org/TR/2003/WD-DOM-Level-3-LS-20030226/load-save.html#LS-DOMIMplementationLS-MODE_SYNC"> + MODE_ASYNCHRONOUS</jump> -- not supported. </li> </ul> 1.7 +13 -2 xml-xerces/java/docs/faq-dom.xml Index: faq-dom.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/faq-dom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- faq-dom.xml 24 Mar 2003 22:44:32 -0000 1.6 +++ faq-dom.xml 26 Mar 2003 00:01:24 -0000 1.7 @@ -40,9 +40,10 @@ <p> The DOM Level 3 functionality is not exposed in the regular Xerces distribution. - To get access to the DOM Level 3, extract source code from CVS and + To get access to the DOM Level 3, you need either to extract source code from CVS or + to download both Xerces source and tools distributions and build Xerces with the target <strong>jars-dom3</strong>. The build will generate - the <code>dom3-xmlParserAPIs.jar</code> that includes the DOM Level 3 API and + the <code>dom3-xml-apis.jar</code> that includes the DOM Level 3 API and <code>dom3-xercesImpl.jar</code> that includes partial implementation of the API. The samples (i.e. <code>samples.dom.DOM3</code>) can be found in <code>xercesSamples.jar</code>. @@ -56,6 +57,16 @@ </note> </a> </faq> + + <faq title="Running DOM Level 3 samples with Sun JDK 1.4 and higher"> + <q>How do I access run under Sun JDK 1.4 and higher?</q> + <a> <anchor name="dom3-run"/> + <p>Use the <jump href="http://java.sun.com/j2se/1.4/docs/guide/standards/"> + Endorsed Standards Override Mechanism</jump> to specify dom3-xml-apis.jar. + </p> + </a> + </faq> + <faq title='Creating a DOM Parser'> <q>How do I create a DOM parser?</q> 1.32 +3 -26 xml-xerces/java/docs/faq-general.xml Index: faq-general.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/faq-general.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- faq-general.xml 24 Mar 2003 22:44:32 -0000 1.31 +++ faq-general.xml 26 Mar 2003 00:01:24 -0000 1.32 @@ -3,32 +3,9 @@ <faqs title='General FAQs'> <faq title="Bugzilla"> <q>How do I use Bugzilla to report bugs?</q> - <a> - <ul> - <li>Please report bugs against the newest release.</li> - <li>If doubt exists whether the behaviour in question is a bug - or a feature, - please post a message to the xerces-j-user list for clarification. - </li> - <li> To help to eliminate duplicate or invalid bug reports, - before reporting a bug, you should check if the bug is - reproducable in the latest code in CVS by downloading the latest - <jump href='http://gump.covalent.net/jars/latest/xml-xerces2/'>Xerces jars</jump>. - If a bug is reproducable, please, query the Bugzilla database to see whether the bug - has already been reported. </li> - </ul> - <p>For more information visit the following links:</p> - <ul> - <li><jump href="http://nagoya.apache.org/bugzilla/"> - http://nagoya.apache.org/bugzilla/</jump></li> - <li><jump href="http://www.mozilla.org/bugs/"> - http://www.mozilla.org/bugs/</jump></li> - </ul> - <p>We strongly encourage you write patches for problems you find and submit - them to [EMAIL PROTECTED] - In the interest of fixing bugs, adding enhancements, and addressing outstanding - design issues, we need your active participation in the ongoing development of Xerces2.</p> - <anchor name="bugzilla"/> + <a> <p> + Please refer to the <link idref="bugzilla">Reporting bugs in bugzilla</link> + </p> </a> </faq> 1.35 +6 -12 xml-xerces/java/docs/readme.xml Index: readme.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/readme.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- readme.xml 27 Jan 2003 17:16:04 -0000 1.34 +++ readme.xml 26 Mar 2003 00:01:24 -0000 1.35 @@ -41,11 +41,7 @@ 3 load/save API's are in use. </p> - <p> - Before reporting a bug in -<jump href='http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Xerces2-J'>BugZilla</jump>, -please read the <link idref='faq-general'>Bugzilla</link> FAQ. - </p> + <p>You can find the latest Xerces 2 jars <jump href='http://gump.covalent.net/jars/latest/xml-xerces2/'>here</jump>. @@ -106,17 +102,15 @@ Please, let us know if this change affects your application.</p> </s2> -<!-- <s2 title='Changes from Previous Release'> + <s2 title='Changes from Previous Release'> <p> - The &ParserNameLong; &ParserVersion; fixes bugs and adds new functionality. + The &ParserNameLong; &ParserVersion; fixes bugs and changes the XNI as follows: </p> <ul> - <li>Added xni.XMLDocumentHandler.setDocumentSource/getDocumentSource and - XMLDocumentSource.getDocumentHandler methods. </li> - <li>Expose PSVI via DOM and SAX.</li> - <li>Added DOM Level 3 DOMBuilderFilter and DOMBuilderWriter implementation.</li> + <li>Added set/getNamespace methods to the xni.XMLResourceIdentifier interface.</li> + <li>Added getEncoding method to the xni.XMLLocator interface.</li> </ul> <p> @@ -124,7 +118,7 @@ <link idref='releases'>Release Information</link> page. </p> </s2> - --> + <s2 title='Changes from Xerces 1.x'> <p> Xerces2 is a nearly complete rewrite of the Xerces 1.x codebase 1.152 +50 -3 xml-xerces/java/docs/releases.xml Index: releases.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- releases.xml 24 Mar 2003 21:21:14 -0000 1.151 +++ releases.xml 26 Mar 2003 00:01:24 -0000 1.152 @@ -1,12 +1,24 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version='1.0' encoding='UTF-8'?> <!-- $Id$ --> <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'> <releases> <release version='&ParserName; TBD'> <desc> - To be determined... + This release incorporates two minor changes to the Xerces Native Interface. + In addition to fixing many bugs, this release also brings Xerces + into compliance with the most recent + work of the W3C DOM working group on DOM level 3 Core + and Load/Save, and includes additional fixes based on the XML Schema errata. + Also in this release, XML 1.1. is supported by default. </desc> <changes> + <update> + <note> + Modifined XNI XMLResourceIdentifier to include set/getNamespace. + Added getEncoding method to the XNI XMLLocator interface. + </note> + <submitter name="Sandy Gao, Neil Graham"/> + </update> <fix> <note> Fixed scanner implementation to be able to handle large CDATA sections @@ -40,6 +52,7 @@ </note> <submitter name='Khaled Noaman, Sandy Gao'/> </fix> + <fix> <note> Fixed various bug related to the pattern facet (regular expression) @@ -47,6 +60,34 @@ </note> <submitter name='Khaled Noaman, Sandy Gao'/> </fix> + <update> + <note> + Implemented the latest DOM Level 3 + <jump href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/">Core</jump> and + <jump href="http://www.w3.org/TR/2003/WD-DOM-Level-3-LS-20030226/">Load and Save</jump> drafts. + </note> + <submitter name="Elena Litani"/> + </update> + <update> + <note> + Improved performance of XML11Configuration and made it the default configuration. + </note> + <submitter name="Elena Litani"/> + </update> + <update> + <note> + Added support for ordering disconnected nodes (DOM Level 3 compareDocumentPosition) + </note> + <submitter name="Lisa Martin"/> + </update> + <update> + <note> + In anticipation of the DOM Level 3 Events specification, fix Xerces Events implementation + to call event listeners in the order in which they were registered + </note> + <submitter name="Arnaud Le Hors"/> + </update> + <update> <note> Implemented XML Schema errata as they were published. @@ -58,6 +99,12 @@ Fixed a bug related the external-schemaLocation property. </note> <submitter name='Sandy Gao'/> + </fix> + <fix> + <note> + Fixed various bugs. + </note> + <submitter name='Ville Skyttä, Michael Glavassevich, Elena Litani, Sandy Gao, Neil Graham'/> </fix> </changes> </release>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]