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

XSLTResultTarget does not respect encoding

           Summary: XSLTResultTarget does not respect encoding
           Product: XalanC
           Version: 1.4.x
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


XSLTResultTarget has a method setEncoding, but then encoding is not used 
during the transformation. Exact call I use is:
int transform ( const XSLTInputSource& theInputSource, const 
XalanCompiledStylesheet* theCompiledStylesheet, const XSLTResultTarget& 
theResultTarget)
inputSource and theResultTarget are constructed with istrstream and 
ostrstream, respectively, if that is of any importance.

Reply via email to