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 2002/10/15 09:35:55 UTC

DO NOT REPLY [Bug 13636] New: - href problem when transform iso-8859-1 characters

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: xalan-dev@xml.apache.org
        ReportedBy: tomeu.adrover@uib.es


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">&aacute;&agrave;&eacute;&egrave;&iacute;&igrave;&oacute;&ograve;&iacute;&ug
rave;&uuml;</a>

� character was transformed in %C3%A1, � character in %C3%A0 ... and the iso-
8859-1  � character is %e1 and � character is %e0