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 2004/04/19 15:24:21 UTC

DO NOT REPLY [Bug 1311] - Problem with url encoding and script-based function calls

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=1311>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=1311

Problem with url encoding and script-based function calls





------- Additional Comments From patrick.reinhart@bison-group.com  2004-04-19 13:24 -------
Similar problem exists also when using german umlauts in xml files like this:

the XML

<?xml version="1.0" encoding="UTF-8"?>
<root><value>äöü</value></root>

the Stylesheet

expected:

<html xmlns:fo="http://www.w3.org/1999/XSL/Format"><body><a
href="%E4%F6%FC%20und%20%C4%D6%DC%20sowie%20%E0%E9%E8">&auml;&ouml;&uuml; und
&Auml;&Ouml;&Uuml; sowie &agrave;&eacute;&egrave;</a></body></html>
result:

<html xmlns:fo="http://www.w3.org/1999/XSL/Format"><body><a
href="%C3%A4%C3%B6%C3%BC und %C3%84%C3%96%C3%9C sowie
%C3%A0%C3%A9%C3%A8">&auml;&ouml;&uuml; und &Auml;&Ouml;&Uuml; sowie
&agrave;&eacute;&egrave;</a></body></html>

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org