elena 2004/02/20 08:55:04 Modified: java/docs readme.xml faq-xs.xml Log: Explain documentation fix for XML Schema API Revision Changes Path 1.48 +4 -6 xml-xerces/java/docs/readme.xml Index: readme.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/readme.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- readme.xml 20 Feb 2004 16:32:55 -0000 1.47 +++ readme.xml 20 Feb 2004 16:55:04 -0000 1.48 @@ -114,15 +114,13 @@ <s2 title='Changes from Previous Release'> <p> - The &ParserNameLong; &ParserVersion; contains several bug fixes but adds - no new features. The following functionality was added in the previous release: + The &ParserNameLong; &ParserVersion; contains several bug fixes: </p> <ul> - <li>Added support for OASIS XML Catalogs.</li> - <li>Implemented well-formedness checking for LSSerializer (DOM Level 3).</li> - <li>Implemented the XML Inclusions (XInclude) W3C Working Draft in Last Call, - not including support for XPointer.</li> + <li>This release fixes a documentation bug in the <jump href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema API</jump>. In particular in the <code>XSModel</code> interface the order of the parameters in <code>getTypeDefinition, getNotationDeclaration, getModelGroupDefinition, getElementDeclaration, getAttributeDeclaration, getAttributeGroupM</code> methods have been changes from <code>(String namespace, String name) to (String name, String namespace)</code>. +</li> + <li>This release requires JDK 1.2 or later to run and also requires JDK 1.2 or later to build the source code</li> </ul> <p> 1.11 +2 -0 xml-xerces/java/docs/faq-xs.xml Index: faq-xs.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/faq-xs.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- faq-xs.xml 30 Jan 2004 02:53:01 -0000 1.10 +++ faq-xs.xml 20 Feb 2004 16:55:04 -0000 1.11 @@ -64,6 +64,8 @@ <p>For more information please refer to the <jump href="api.html#xml-schema-api-documentation">interfaces</jump>. </p> +<note>The Xerces 2.6.2 release fixes a documentation bug in the <jump href="http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040122/">XML Schema API</jump>. In particular in the XSModel interface the order of the parameters in getTypeDefinition, getNotationDeclaration, getModelGroupDefinition, getElementDeclaration, getAttributeDeclaration, getAttributeGroup methods have been changes from (String namespace, String name) to (String name, String namespace). +</note> </a> </faq>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]