OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] parsing of xml docs / XPath



Hauke Stammer wrote:

>Is it possible to ignore the doctype of an XML document in a way that I
>use a local DTD instead of the DTD that is mentioned in the doctype for
>parsing (using Xerces 1.4).

It sounds very much like you need to use an XML Catalog [1] for entity
resolution.  If you are using the Java version of Xerces then you can use
Norman Walsh's plug-in resolver classes [2] to do the job.

>Have a nice weekend!
Thanks!  You too.

Regard
~Rob

--
Rob Lugt
ElCel Technology
http://www.elcel.com

[1] http://www.oasis-open.org/committees/entity
[2] http://www.sun.com/xml/developers/resolver/