EntityResolver which can handle OASIS catalogs? 2003-03-13 - By Simon Kitching
Hi,
Does anyone know of a class which implements EntityResolver using OASIS catalog files (which map public ids to physical schema/dtd files)?
This basically allows a configuration file like:
!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
<group xml:base="http://www.oasis-open.org/docbook/xml/4.1.2/"> <public publicId="-//OASIS//DTD DocBook XML V4.1.2//EN" uri="docbookx.dtd"/> </group>
<public publicId="-//OASIS//DTD DocBook MathML Module V1.0//EN" uri="http://www.oasis-open.org/docbook/xml/mathml/1.0/dbmathml.dtd"/>
<nextCatalog catalog="stylesheets.xml"/>
</catalog>
If not, does anyone think such a thing would be useful as part of the standard Xerces distribution?
For more information, see:
http://www.oasis-open.org/committees/entity/spec.html http://www.jclark.com/sp/catalog.htm http://xmlsoft.org/catalog.html
Regards,
Simon
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|