[Webkit-unassigned] [Bug 12199] New: XSLT include level limit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 10 10:45:50 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12199

           Summary: XSLT include level limit
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh PowerPC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phil at itiservers.com
                CC: phil at itiservers.com


I have an XSLT file that an xml file is referring to. 

The XML file calls the XSLT with this line:
<?xml-stylesheet href="page.xslt" type="text/xsl"?>

The "page.xslt" then includes another xslt file called "widgets.xslt"

"widgets.xslt" has about 10 other xslt files included within it. From what I
have found, it seems that Safari will not include any other files after the
third level (within the widgets.xslt file) 
If I put the includes that I have within the "widgets.xslt" file directly into
"page.xslt" everything works. If I don't than the page is blank.

Also, I though maybe something was wrong with the "widgets.xslt" file, so I
tried to just put plain XSLT (no includes) in it to see if it still transforms.
When I do this the page works. 

So my conclusion is that Safari only supports 3 levels of included xslt files.
Is this true? is there something I can do to fix this. Does anyone have an
answer?

P.S. This works in Firefox 2.0/OS X, Firefox 2.0/Windows, IE6 and IE7 (I am
using Safari 2.0)


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