mrglavas 2004/01/26 18:21:18 Modified: java/docs faq-xcatalogs.xml Log: Fixing some typos. Revision Changes Path 1.2 +5 -5 xml-xerces/java/docs/faq-xcatalogs.xml Index: faq-xcatalogs.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/faq-xcatalogs.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- faq-xcatalogs.xml 26 Jan 2004 23:26:36 -0000 1.1 +++ faq-xcatalogs.xml 27 Jan 2004 02:21:18 -0000 1.2 @@ -17,14 +17,14 @@ site. </p> <p> - As a convienence for users the parser provides a utility class: + As a convenience for users the parser provides a utility class: <code>org.apache.xerces.util.XMLCatalogResolver</code> which encapsulates the XML Commons Resolver exposing methods relevant to resolving XML entities. It implements both the (<code>org.apache.xerces.xni.parser.XMLEntityResolver</code>) XNI entity resolver and the (<code>org.xml.sax.EntityResolver</code>) SAX entity resolver interfaces. In <code>XMLCatalogResolver</code> the resolveEntity methods only query the catalog for a mapping of the given identifier. These methods may be overrided if - other behaviour is required. + other behaviour is required. </p> <p> To use <code>XMLCatalogResolver</code> as an XNI EntityResolver you need @@ -196,7 +196,7 @@ No, the parser has no built in support for these processing instructions, however the XML Commons Resolver includes a SAX XMLFilter called <code>org.apache.xml.resolver.tools.ResolvingXMLFilter</code> which - has been enabled to process them. + is able to process them. </p> </a> </faq> @@ -207,10 +207,10 @@ <p> Xerces only includes a utility class for OASIS XML Catalogs, however the XML Commons Resolver supports several other catalog formats - including: the plain text format described by + including: the plain text format described by OASIS <jump href="http://www.oasis-open.org/specs/a401.htm">TR 9401</jump>, the XCatalog XML format defined by John Cowan, and an extended - version of OASIS XML Catalogs which supports suffix matching. for + version of OASIS XML Catalogs which supports suffix matching. For more information visit the <jump href="http://xml.apache.org/commons/">XML Commons</jump> site. </p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]