[Webkit-unassigned] [Bug 9901] XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jul 26 13:22:19 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9901


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |ap at nypop.com
                   |unassigned at opendarwin.org   |
             Status|NEW                         |ASSIGNED
   Attachment #9702|                            |review?
               Flag|                            |




------- Comment #5 from ap at nypop.com  2006-07-26 13:22 PDT -------
Created an attachment (id=9702)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9702&action=view)
proposed fix

Make sure to write a closing tag if an element has child nodes, to make the
output valid XML. We don't care that HTML may forbid the closing tag if the
element in question has child nodes.

It's a bit surprising that XSLTProcessor goes from DOM to XML document via a
serialized representation (though this helped to find this bug :) ).


-- 
Configure bugmail: http://bugzilla.opendarwin.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