Bug 6180

Summary: "text" output in fragment produced by XSLTProccessor is wrong (has xhtml garbage)
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: XMLAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 5142    
Attachments:
Description Flags
untested fix
none
Tweak patch and update tests eric: review+

Description Eric Seidel (no email) 2005-12-21 02:32:19 PST
"text" output in fragment produced by XSLTProccessor is wrong (has xhtml garbage)

There is a new test case which covers this, just landed (or about to land):

fast/xsl/xslt-processer.html:
"2.5 transformed fragment containing only text"
Comment 1 Eric Seidel (no email) 2006-01-02 17:19:13 PST
Created attachment 5431 [details]
untested fix

My tree is currently unbuildable (due to other half-patches I have applied),
but I was in this code today, and saw a simple fix to this bug, which I've
attached.  I also included one additional fastMalloc usage.
Comment 2 Anders Carlsson 2006-01-04 12:27:58 PST
Created attachment 5484 [details]
Tweak patch and update tests
Comment 3 Eric Seidel (no email) 2006-01-04 12:41:21 PST
Comment on attachment 5484 [details]
Tweak patch and update tests

Looks great.

XSLT parameters are still broken.  But this fixes what it claims to.

r=me.