[Webkit-unassigned] [Bug 19215] REGRESSION: transformToDocument fails when xsl includes  

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 26 03:28:49 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19215


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |ap at webkit.org
                   |unassigned at lists.webkit.org |




------- Comment #4 from ap at webkit.org  2008-05-26 03:28 PDT -------
The problem is that we replace   with   when re-serializing the
stylesheet for XSLT, which makes it invalid.

We shouldn't do this for XML. Maybe we should match Firefox and also avoid
doing this for HTML in cases other than innerHTML, but so far, we've been able
to get away with having innerHTML behave identically to XMLSerializer, XSLT and
XMLHttpRequest serialization etc.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list