Bug 5927 - Result of XSLT transformation has no charset defined
Summary: Result of XSLT transformation has no charset defined
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-03 12:21 PST by Alexey Proskuryakov
Modified: 2005-12-19 04:27 PST (History)
0 users

See Also:


Attachments
proposed patch (8.66 KB, patch)
2005-12-03 12:22 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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.
Comment 1 Alexey Proskuryakov 2005-12-03 12:22:13 PST
Created attachment 4919 [details]
proposed patch
Comment 2 Darin Adler 2005-12-03 12:32:18 PST
Comment on attachment 4919 [details]
proposed patch

looks fine, r=me