• ap's avatar
    Reviewed by Darin. · 207887a0
    ap authored
            http://bugs.webkit.org/show_bug.cgi?id=10313
            xsl:import doesn't work in stylesheets loaded via XMLHttpRequest
    
            This is a partial fix that makes a couple more steps towards fixing the problem.
    
            Test: fast/xsl/transform-xhr-doc.xhtml
    
            * xml/XSLTProcessor.cpp:
            (WebCore::xsltStylesheetPointer): Pass an URL for the stylesheet. I'm not sure why this constructor even needs it, 
            given that it has a Node, but this is a small modifications that makes XSLImportRule try to load from a correct URL.
            (WebCore::XSLTProcessor::transformToString): Fix the crash for real this time.
    
    
    
    git-svn-id: svn://svn.chromium.org/blink/trunk@18644 bbb929c8-8fbe-4397-9dbb-9b2b20218538
    207887a0
ChangeLog 133 KB