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 when performing URL encoding ------- Additional Comments From [EMAIL PROTECTED] 2003-02-03 16:49 ------- Xalan's behavior is correct. If we were to transcode the URI to the target encoding, then encode it, we would not be encoding it in UTF-8, so your algorithm is broken. If you don't want Xalan to encode your URIs, you can use the xalan:use-url- escaping extension to disable it.
