[Webkit-unassigned] [Bug 67310] New: XSLTProcessor transformToDocument() returns undefined with large XML document.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 12:26:59 PDT 2011


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

           Summary: XSLTProcessor transformToDocument() returns undefined
                    with large XML document.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: at88mph at hotmail.com


This is reproducible with Google Chrome 13.0.782.218 and Safari 5.1 on OS X 10.6, as well as Google Chrome 13.0.782.215 on Linux with kernel 3.0.0.  Safari 5.0.6 is not affected.

When using the JavaScript transformToDocument() method to transform a large XML file (> 2.1MB), it returns an undefined rather than a Document.  When using the transformToFragment() method it returns null.

The XML Document has a maximum depth of seven (7) and contains 85790 lines.

The attached XML file will reproduce it.  It contains public astronomical data.

Thank you.

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



More information about the webkit-unassigned mailing list