<?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>3765</bug_id>
          
          <creation_ts>2006-09-25 00:06:40 +0000</creation_ts>
          <short_desc>&quot;|&quot; token not listed as delimiting or non-delimiting</short_desc>
          <delta_ts>2007-02-25 23:47:23 +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>XPath 2.0</component>
          <version>Candidate Recommendation</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>
          <dependson>3606</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Cameron McCormack">cam</reporter>
          <assigned_to name="Don Chamberlin">chamberl</assigned_to>
          
          
          <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>11997</commentid>
    <comment_count>0</comment_count>
    <who name="Cameron McCormack">cam</who>
    <bug_when>2006-09-25 00:06:40 +0000</bug_when>
    <thetext>The &quot;|&quot; token isn&apos;t listed as being a delimiting or non-delimiting terminal symbol.  My guess is that it should be delimiting.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>12388</commentid>
    <comment_count>1</comment_count>
    <who name="Scott Boag">scott_boag</who>
    <bug_when>2006-10-11 03:23:49 +0000</bug_when>
    <thetext>The tokens in the list are generated programatically.  &quot;|&quot; was being missed as well as some keywords.  Fixing this actually took some time, exacerbated by some recursion limit problems in XSLT.  :-)

I believe the following are the correct lists.  Please check carefully.  I will check again tomorrow, as well as have a few WG members review.

Please note changes have also been made in relation to http://www.w3.org/Bugs/Public/show_bug.cgi?id=3606

XQuery:
[Definition: The delimiting terminal symbols are: S, &quot;-&quot;, (comma), (semi-colon), (colon), &quot;::&quot;, &quot;:=&quot;, &quot;!=&quot;, &quot;?&quot;, &quot;?&gt;&quot;, &quot;/&quot;, &quot;//&quot;, &quot;/&gt;&quot;, (dot), &quot;..&quot;, StringLiteral, &quot;(&quot;, &quot;(#&quot;, &quot;)&quot;, &quot;[&quot;, &quot;]&quot;, &quot;]]&gt;&quot;, &quot;{&quot;, &quot;}&quot;, &quot;@&quot;, &quot;$&quot;, &quot;*&quot;, &quot;#)&quot;, &quot;+&quot;, &quot;&lt;&quot;, &quot;&lt;!--&quot;, &quot;&lt;![CDATA[&quot;, &quot;&lt;?&quot;, &quot;&lt;/&quot;, &quot;&lt;&lt;&quot;, &quot;&lt;=&quot;, &quot;=&quot;, &quot;&gt;&quot;, &quot;--&gt;&quot;, &quot;&gt;=&quot;, &quot;&gt;&gt;&quot;, &quot;|&quot;] 
[Definition: The non-delimiting terminal symbols are: IntegerLiteral, NCName, QName, DecimalLiteral, DoubleLiteral, &quot;ancestor&quot;, &quot;ancestor-or-self&quot;, &quot;and&quot;, &quot;as&quot;, &quot;ascending&quot;, &quot;at&quot;, &quot;attribute&quot;, &quot;base-uri&quot;, &quot;boundary-space&quot;, &quot;by&quot;, &quot;case&quot;, &quot;cast&quot;, &quot;castable&quot;, &quot;child&quot;, &quot;collation&quot;, &quot;comment&quot;, &quot;construction&quot;, &quot;copy-namespaces&quot;, &quot;declare&quot;, &quot;default&quot;, &quot;descendant&quot;, &quot;descendant-or-self&quot;, &quot;descending&quot;, &quot;div&quot;, &quot;document&quot;, &quot;document-node&quot;, &quot;element&quot;, &quot;else&quot;, &quot;empty&quot;, &quot;empty-sequence&quot;, &quot;encoding&quot;, &quot;eq&quot;, &quot;every&quot;, &quot;except&quot;, &quot;external&quot;, &quot;following&quot;, &quot;following-sibling&quot;, &quot;for&quot;, &quot;function&quot;, &quot;ge&quot;, &quot;greatest&quot;, &quot;gt&quot;, &quot;idiv&quot;, &quot;if&quot;, &quot;import&quot;, &quot;in&quot;, &quot;inherit&quot;, &quot;instance&quot;, &quot;intersect&quot;, &quot;is&quot;, &quot;item&quot;, &quot;lax&quot;, &quot;le&quot;, &quot;least&quot;, &quot;let&quot;, &quot;lt&quot;, &quot;mod&quot;, &quot;module&quot;, &quot;namespace&quot;, &quot;ne&quot;, &quot;node&quot;, &quot;no-inherit&quot;, &quot;no-preserve&quot;, &quot;of&quot;, &quot;option&quot;, &quot;or&quot;, &quot;order&quot;, &quot;ordered&quot;, &quot;ordering&quot;, &quot;parent&quot;, &quot;preceding&quot;, &quot;preceding-sibling&quot;, &quot;preserve&quot;, &quot;processing-instruction&quot;, &quot;return&quot;, &quot;satisfies&quot;, &quot;schema&quot;, &quot;schema-attribute&quot;, &quot;schema-element&quot;, &quot;self&quot;, &quot;some&quot;, &quot;stable&quot;, &quot;strict&quot;, &quot;strip&quot;, &quot;text&quot;, &quot;then&quot;, &quot;to&quot;, &quot;treat&quot;, &quot;typeswitch&quot;, &quot;union&quot;, &quot;unordered&quot;, &quot;validate&quot;, &quot;variable&quot;, &quot;version&quot;, &quot;where&quot;, &quot;xquery&quot;] 

XPath:
[Definition: The delimiting terminal symbols are: &quot;-&quot;, (comma), (colon), &quot;::&quot;, &quot;!=&quot;, &quot;?&quot;, &quot;/&quot;, &quot;//&quot;, (dot), &quot;..&quot;, StringLiteral, &quot;(&quot;, &quot;)&quot;, &quot;[&quot;, &quot;]&quot;, &quot;@&quot;, &quot;$&quot;, &quot;*&quot;, &quot;+&quot;, &quot;&lt;&quot;, &quot;&lt;&lt;&quot;, &quot;&lt;=&quot;, &quot;=&quot;, &quot;&gt;&quot;, &quot;&gt;=&quot;, &quot;&gt;&gt;&quot;, &quot;|&quot;] 
[Definition: The non-delimiting terminal symbols are: IntegerLiteral, NCName, QName, DecimalLiteral, DoubleLiteral, &quot;ancestor&quot;, &quot;ancestor-or-self&quot;, &quot;and&quot;, &quot;as&quot;, &quot;attribute&quot;, &quot;cast&quot;, &quot;castable&quot;, &quot;child&quot;, &quot;comment&quot;, &quot;descendant&quot;, &quot;descendant-or-self&quot;, &quot;div&quot;, &quot;document-node&quot;, &quot;element&quot;, &quot;else&quot;, &quot;empty-sequence&quot;, &quot;eq&quot;, &quot;every&quot;, &quot;except&quot;, &quot;external&quot;, &quot;following&quot;, &quot;following-sibling&quot;, &quot;for&quot;, &quot;ge&quot;, &quot;gt&quot;, &quot;idiv&quot;, &quot;if&quot;, &quot;in&quot;, &quot;instance&quot;, &quot;intersect&quot;, &quot;is&quot;, &quot;item&quot;, &quot;le&quot;, &quot;lt&quot;, &quot;mod&quot;, &quot;namespace&quot;, &quot;ne&quot;, &quot;node&quot;, &quot;of&quot;, &quot;or&quot;, &quot;parent&quot;, &quot;preceding&quot;, &quot;preceding-sibling&quot;, &quot;processing-instruction&quot;, &quot;return&quot;, &quot;satisfies&quot;, &quot;schema-attribute&quot;, &quot;schema-element&quot;, &quot;self&quot;, &quot;some&quot;, &quot;text&quot;, &quot;then&quot;, &quot;to&quot;, &quot;treat&quot;, &quot;union&quot;] </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>12393</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2006-10-11 11:10:00 +0000</bug_when>
    <thetext>&gt;Fixing this actually took some time, exacerbated by some recursion limit problems in XSLT. 

There are no recursion limits in XSLT, only in the implementation you have chosen to use ;-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>12394</commentid>
    <comment_count>3</comment_count>
    <who name="Cameron McCormack">cam</who>
    <bug_when>2006-10-11 11:13:16 +0000</bug_when>
    <thetext>Perhaps the recursion limit was just the creation of the document that describes the technology using the technology itself. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14154</commentid>
    <comment_count>4</comment_count>
    <who name="Jim Melton">jim.melton</who>
    <bug_when>2007-02-25 23:47:23 +0000</bug_when>
    <thetext>Closing bug because commenter has not objected to the resolution posted and more than two weeks have passed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>