You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/04 10:33:36 UTC

DO NOT REPLY [Bug 3962] New: - Transformation not done when a DTD is specified in the xml file

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: xalan-dev@xml.apache.org
        ReportedBy: ykaya@alexsys.be


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?