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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to