DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=27068 XALAN fails using the document() function to open XML file with external DTD header offline [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Other |Low ------- Additional Comments From [EMAIL PROTECTED] 2004-03-10 14:33 ------- You wrote that "In this case, the entity must (should) not be opened by XALAN. It is only a XML definition, but as far as I know, this information is not used for XML transformation (that's what XALAN is used for)." Although the DTD might not affect the interpretation of your particular XHTML document, in general, that's not the case. Even in the case of XHTML, there are things in the DTD that affect the interpretation of the document - for instance, there are some default attribute values specified, entity declarations, attributes declared to be of type ID, etc. All of these things affect the transformation.
