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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Aug 15 09:53:01 PDT 2006


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

           Summary: XSLTProcessor transformToFragment always returns NULL
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: j_mckitrick at yahoo.com


Here is an example of applying an XSLT stylesheet 'x' to source xml node 'x':

        var t = new XSLTProcessor();
        t.importStylesheet(x);

        var f = t.transformToFragment(s, document);
        d.innerHTML = "";
        d.appendChild(f);
In every case I have tried, the variable 'f' is NULL.  A fragment is never
returned.


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