DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27068>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27068

XALAN fails using the document() function to open XML file with external DTD header 
offline





------- Additional Comments From [EMAIL PROTECTED]  2004-02-19 14:04 -------
There is no option in a standard XML parser to "not load" the DTD specified by
the XML file, since it might be used for entities and the like even if
validation is in use. 

The closest you can come is to install an entity resolver which recognizes
attempts to load that DTD and returns an empty stream instead.

Reply via email to