[Webkit-unassigned] [Bug 25839] New: XSLT document() function does not work (via Javascript XSLTProcessor)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 17 02:30:42 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25839

           Summary: XSLT document() function does not work (via Javascript
                    XSLTProcessor)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nbnet at arcor.de


When I run a XSLT Transformation with the JavaScript XSLT API in Webkit
(XSLTProcessor.transformToDocument() function), the document() function in XSLT
which should fetch another document, simply does nothing.

This is a testing file:
http://dl.getdropbox.com/u/771983/webkit-test/doc.html

It transforms "doc.xml" with the XSLT stylesheet "ref.xsl" (which tries to read
some data from "another-file.xml" via document()).

In Firefox/Gecko, Opera and even IE it runs as it should.

---
By the way: When the Transformation process is started via <?xml-stylesheet?>
Processing Instruction the document() function works with Webkit.

Testing file:
http://dl.getdropbox.com/u/771983/webkit-test/doc.xml

---

Tested with Midori/Webkit from https://launchpad.net/~webkit-team/+archive/ppa.
Also confirmed on Windows running Google Chrome and Safari.


-- 
Configure bugmail: https://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.



More information about the webkit-unassigned mailing list