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

HTML serializer doesn't take into account the output encoding

           Summary: HTML serializer doesn't take into account the output
                    encoding
           Product: XalanJ2
           Version: 2.4
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: org.apache.xalan.serialize
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I create href attribute with non ASCII value it is URL encoded. But the
serializer doesn't take into account output encoding as indicated by encoding
attribute of xsl:output element. In result I get text nodes in right encoding
and href attributes in URL encoded Unicode format (%D0%8A%D0%91).

Reply via email to