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=3962>. 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=3962 Transformation not done when a DTD is specified in the xml file Summary: Transformation not done when a DTD is specified in the xml file Product: XalanJ2 Version: 2.0.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The XML file I am using call an external DTD file. When I validate the file whith a tool, the file is indeed valid. When I try to apply an xslt transformation to this XML file there is no result. When I put the DTD declaration as comment or remove it, the transformation is well done and I have the expected result. I looked for a java tool (SAX, DOM, JDOM), but none of this permits to remove or put as comment the DTD. Is there any solution in this case?
