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=13636>. 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=13636 href problem when transform iso-8859-1 characters Summary: href problem when transform iso-8859-1 characters Product: XalanJ2 Version: 2.4 Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have en xml and xslt with iso-8859-1 character encoding. In the xslt I put this code: <a href="�����������">�����������</a> After the transformation it return me: <a href="%C3%A1%C3%A0%C3%A9%C3%A8%C3%AD%C3%AC%C3%B3%C3%B2%C3%AD%C3%B9%C3% BC">áàéèíìóòí&ug rave;ü</a> � character was transformed in %C3%A1, � character in %C3%A0 ... and the iso- 8859-1 � character is %e1 and � character is %e0
