A minor edit fix to the documentation. (It annoyed me, so I fixed it.) My editor decided to de-tab the file when I made the change, so there's an extra change here. (It generated bunches of diffs on the tab -> space change, but I dumped everything but the area of my actual edit.)
Index: faq-parse.xml =================================================================== RCS file: /home/cvspublic/xml-xerces/c/doc/faq-parse.xml,v retrieving revision 1.7 diff -u -r1.7 faq-parse.xml --- faq-parse.xml 2000/02/21 19:30:15 1.7 +++ faq-parse.xml 2000/02/25 02:26:55 @@ -436,13 +436,13 @@ <q>What encodings are supported by Xerces-C / XML4C?</q> <a> - <p>Xerces-C uses has intrinsic support for ASCII, UTF-8, UTF-16 + <p>Xerces-C has intrinsic support for ASCII, UTF-8, UTF-16 (Big/Small Endian), UCS4 (Big/Small Endian), EBCDIC-CP-US and ISO-8859-1 (aka Latin1) encodings. This means that it can parse input XML files in these above mentioned encodings.</p> <p>XML4C - the version of Xerces-c available from IBM - extends - this set to include the encodings listed in the table below.</p> + this set to include the encodings listed in the table below.</p> <table> <tr><td><em>Common Name</em></td><td><em>Use this name in XML</em></td></tr> --Bill