neilg 2002/11/06 14:38:18 Modified: java/docs faq-general.xml install.xml readme.xml Log: alter documentation to reflect the fact that Xerces implements JAXP 1.2 Revision Changes Path 1.27 +1 -1 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.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- faq-general.xml 27 Aug 2002 03:01:57 -0000 1.26 +++ faq-general.xml 6 Nov 2002 22:38:18 -0000 1.27 @@ -43,7 +43,7 @@ </p> <ul> <li><code>xmlParserAPIs.jar</code> contains the DOM level 2, - SAX 2.0 and JAXP 1.1 API's;</li> + SAX 2.0 and the parsing component of JAXP 1.2 API's;</li> <li><code>xercesImpl.jar</code> contains the implementation of these API's as well as the XNI API. </li> 1.15 +1 -1 xml-xerces/java/docs/install.xml Index: install.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/install.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- install.xml 29 Oct 2002 22:50:01 -0000 1.14 +++ install.xml 6 Nov 2002 22:38:18 -0000 1.15 @@ -38,7 +38,7 @@ <td>Jar file containing all the standard API's implemented by the parser. Currently, &ParserName; supports DOM level 2, SAX 2.0 R2 PR1, and the <code>javax.xml.parsers</code> part of JAXP - 1.1. </td> + 1.2. </td> </tr> <tr> <td>xercesSamples.jar</td> 1.31 +1 -1 xml-xerces/java/docs/readme.xml Index: readme.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/readme.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- readme.xml 27 Aug 2002 03:01:57 -0000 1.30 +++ readme.xml 6 Nov 2002 22:38:18 -0000 1.31 @@ -78,7 +78,7 @@ </li> <li> <jump href='http://java.sun.com/xml/xml_jaxp.html'>Java APIs for - XML Processing</jump> (JAXP) 1.1 + XML Processing</jump> (JAXP) 1.2 </li> <li> <jump href='http://www.w3.org/XML/Schema'>XML Schema</jump> 1.0
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]