[Webkit-unassigned] [Bug 68701] New: XSLT is not working for more than 15 sorts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 09:18:49 PDT 2011


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

           Summary: XSLT is not working for more than 15 sorts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thieu.pham at webfilings.com


To reproduce this, please go to http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=tryxsl_sort and edit the xsl by adding more <xsl:sort> on the right.

It stops working when you have at least 16 sorts.  Try the following list:

<xsl:sort select="artist"/>
<xsl:sort select="title"/>
<xsl:sort select="country"/>
<xsl:sort select="price"/>
<xsl:sort select="year"/>
<xsl:sort select="genre"/>
<xsl:sort select="album"/>
<xsl:sort select="category"/>
<xsl:sort select="comments"/>
<xsl:sort select="composer"/>
<xsl:sort select="grouping"/>
<xsl:sort select="dateAdded"/>
<xsl:sort select="dateModified"/>
<xsl:sort select="releaseDate"/>
<xsl:sort select="bitRate"/>
<xsl:sort select="sampleRate"/>

Please note that this works in Firefox and Internet Explorer which do not use WebKit.

Thanks!

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