[Webkit-unassigned] [Bug 10419] XSLTProcessor transformToFragment always returns NULL

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Aug 16 02:59:35 PDT 2006


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


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
            Version|419.x                       |420+ (nightly)




------- Comment #4 from ap at nypop.com  2006-08-16 02:59 PDT -------
Apparently, createFragmentFromSource() chokes on the XML declaration in a
string produced by transformToString(), and rightfully so.

To work around this problem while we are fixing it, you can inhibit XML
declaration printout:

<xsl:output method="xml" omit-xml-declaration="yes"/>

Of course, this is not an issue with HTML fragments.


-- 
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.



More information about the webkit-unassigned mailing list