Bug 5927

Summary: Result of XSLT transformation has no charset defined
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: XMLAssignee: Alexey Proskuryakov <ap>
Status: VERIFIED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed patch darin: review+

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.