[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] parsing of xml docs / XPath
- From: Rob Lugt <roblugt@elcel.com>
- To: hauke.stammer@mobilcom.de, xml-dev@lists.xml.org
- Date: Fri, 12 Oct 2001 10:13:49 +0100
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/