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=25222>. 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=25222 XALAN processing fails, if you want to use the "document()" function and open a xhtml file, that has a dtd header: ------- Additional Comments From [EMAIL PROTECTED] 2004-02-18 17:15 ------- The first problem is because you didn’t have access to the WEB. It is your environment problem and both xalan and are OK. The defect is actually invalid. I think we agreed with it. Now the document() function calls Xerces to parse the doc. Xerces by default validates if external entries (all of them, used or not used) could be resolved. Xerces issued an error if an entry cannot be resolved. The way around of this (your environment) problem are: 1. Copy “external” files locally and reference them correspondingly. 2 Open an enhancement defect if you want a document() option. If the option is on then external entries should not be resolved until they are used.
