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/02 18:49:47 UTC

DO NOT REPLY [Bug 3926] New: - xsltc.trax.TransformerFactoryImpl produces translets ignoring output method

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

xsltc.trax.TransformerFactoryImpl produces translets ignoring output method

           Summary: xsltc.trax.TransformerFactoryImpl produces translets
                    ignoring output method
           Product: XalanJ2
           Version: 2.2.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Xalan-Xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: g.parmiggiani@2ainfo.com


I switched the TransformerFactory in my servlet to
xsltc.trax.TransformerFactoryImpl to have compiled bytecode transformers but the
seems to ignore the <xsl:output ... > tag as i get an xml encoded indented
result even if i specify method=html and indent=no.
This is blocking for me because i can't get accentated chars in my browser.