|
Alternatively, you can provide an EntityResolver
that will resolve the SystemId (the URI) of the DTD to a copy on the local
filesystem of the parsing application.
In general, even a non-validating XML parser is
supposed to read the DTD to supply default values for attributes and to expand
entity references. Without the latter, the document may not appear to be
well-formed, or be missing very large pieces. If you know that the
documents and DTD in question preclude the need to read the DTD, you can skip it
as Rahul suggested.
Jeff
|
Title: Message
- DTD access over the internet Christian Lebaudy
- RE: DTD access over the internet Rahul Srivastava
- Re: DTD access over the internet Jeff Greif
- Re: DTD access over the internet Simon Kitching
