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 2002/03/19 16:24:33 UTC

DO NOT REPLY [Bug 7249] New: - DOMResult and StreamResult are not populated equally

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=7249>.
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=7249

DOMResult and StreamResult are not populated equally

           Summary: DOMResult and StreamResult are not populated equally
           Product: XalanJ2
           Version: 2.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xalan.transformer
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: kevin.ross@bredex.com


using v2.3.1

The DOMResult is not populated with the DOCTYPE, though StreamResult is.  This 
is shown in the attached JUnit test case.  Whether or not this is a spec issue, 
it is imperative for both results to be consistent.


attached files:
request.xml
hello.xsl
transformed.xhtml

keywords: xhtml missing doctype DOM Document transform