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=3948>. 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=3948 trax- No output properties set on default transformer Summary: trax- No output properties set on default transformer Product: XalanJ2 Version: CurrentCVS Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Trax Code fragment: TransformerFactory factory = TransformerFactory.newInstance(); defaultTransformer = factory.newTransformer(); Properties defaultProps = defaultTransformer.getOutputProperties(); defaultProps.list(System.out); There are no default output props set for XSLTC's defaultTransformer. Running this case with Xalan produces the listing: method=xml encoding=UTF-8 omit-xml-declaration=no {http://xml.apache.org/xslt}indent-amount=0 indent=no standalone=no {http://xml.apache.org/xslt}content-handler=org.apache.xalan.serialize.Serializer... version=1.0 media-type=text/xml
