VERIFIED FIXED 5927
Result of XSLT transformation has no charset defined
https://bugs.webkit.org/show_bug.cgi?id=5927
Summary Result of XSLT transformation has no charset defined
Alexey Proskuryakov
Reported 2005-12-03 12:21:25 PST
There is no decoder associated with documents created via XSLT transformation. This may cause problems when encoding submitted form data or URLs. In Firefox, document.characterSet returns the encoding parameter of xsl:output directive, or UTF-8 if none is specified.
Attachments
proposed patch (8.66 KB, patch)
2005-12-03 12:22 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2005-12-03 12:22:13 PST
Created attachment 4919 [details] proposed patch
Darin Adler
Comment 2 2005-12-03 12:32:18 PST
Comment on attachment 4919 [details] proposed patch looks fine, r=me
Note You need to log in before you can comment on or make changes to this bug.