[Bug 24040] [XT3TS] result-document-1107, 1109, 1110

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24040

--- Comment #5 from Tim Mills <tim@cbcl.co.uk> ---
Regarding result-document-1107, the sort in:

   <xsl:perform-sort select="1 to 100">      
        <xsl:sort>
         <xsl:call-template name="rrr"/>
        </xsl:sort>
  </xsl:perform-sort>  

can be eliminated, since the sort key would be a constant.  Hence the error can
be avoided.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 19 May 2015 14:47:50 UTC