<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>28340</bug_id>
          
          <creation_ts>2015-03-26 09:23:56 +0000</creation_ts>
          <short_desc>[XT30TS] error-1110a</short_desc>
          <delta_ts>2015-05-06 21:19:11 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XPath / XQuery / XSLT</product>
          <component>XSLT 3.0 Test Suite</component>
          <version>Working drafts</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tim Mills">tim</reporter>
          <assigned_to name="Abel Braaksma">abel.online</assigned_to>
          <cc>abel.braaksma</cc>
    
    <cc>mike</cc>
          
          <qa_contact name="Mailing list for public feedback on specs from XSL and XML Query WGs">public-qt-comments</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>118948</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2015-03-26 09:23:56 +0000</bug_when>
    <thetext>Since this test groups by a constant numeric value, the use of a collation is unnecessary, and so an implementation can avoid triggering the error case which this test aims to hit.

   &lt;xsl:for-each-group select=&quot;$pop/*&quot;
                             group-adjacent=&quot;1&quot;
                             collation=&quot;http://unknown.collation.uri/&quot;&gt;
            &lt;xsl:value-of select=&quot;current-group()&quot;/&gt;
         &lt;/xsl:for-each-group&gt;


I&apos;d suggest changing the test to group by a non-constant string.  e.g.

   &lt;xsl:for-each-group select=&quot;$pop/*&quot;
                             group-adjacent=&quot;local-name(.)&quot;
                             collation=&quot;http://unknown.collation.uri/&quot;&gt;
            &lt;xsl:value-of select=&quot;current-group()&quot;/&gt;
         &lt;/xsl:for-each-group&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118988</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2015-03-27 17:30:33 +0000</bug_when>
    <thetext>Fixed as suggested.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120185</commentid>
    <comment_count>2</comment_count>
    <who name="Abel Braaksma">abel.braaksma</who>
    <bug_when>2015-05-06 21:19:11 +0000</bug_when>
    <thetext>Was resolved &gt; 30 days ago, closing.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>