<?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>5564</bug_id>
          
          <creation_ts>2008-03-13 02:32:50 +0000</creation_ts>
          <short_desc>recursive definition of DerefExpr should be restored</short_desc>
          <delta_ts>2008-04-16 06:30:13 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>SML</product>
          <component>Core</component>
          <version>LC</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>resolved</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>CR</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kumar Pandit">kumarp</reporter>
          <assigned_to name="Kumar Pandit">kumarp</assigned_to>
          
          
          <qa_contact name="SML Working Group discussion list">public-sml</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>19433</commentid>
    <comment_count>0</comment_count>
    <who name="Kumar Pandit">kumarp</who>
    <bug_when>2008-03-13 02:32:50 +0000</bug_when>
    <thetext>It seems that DerefExpr is no longer recursively defined in section 5.2.1.2.

The definition in LC draft is:
DerefExpr ::= (NCName &apos;:&apos;)? &apos;deref(&apos; Step (&apos;/&apos;Step)* &apos;)&apos;  (&apos;/&apos;Step)* 

definition as in second public draft:
DerefExpr ::= (NCName &apos;:&apos;)? &apos;deref(&apos; Step (/Step)* &apos;)&apos;  (&apos;/&apos;Step)* |
              (NCName &apos;:&apos;)? &apos;deref(&apos; DerefExpr &apos;)&apos; (/Step)*

The definition was made incorrect sometime between second the third public drafts. The correct definition should be restored. This may also be a potential cause of Henry&apos;s question in bug# 5526 (What does &quot;nested to any depth&quot; mean?).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19434</commentid>
    <comment_count>1</comment_count>
    <who name="Kumar Pandit">kumarp</who>
    <bug_when>2008-03-13 02:34:46 +0000</bug_when>
    <thetext>Proposal:
Restore the def. of DerefExpr as shown below:

DerefExpr ::= (NCName &apos;:&apos;)? &apos;deref(&apos; Step (&apos;/&apos;Step)* &apos;)&apos;  (&apos;/&apos;Step)* |
              (NCName &apos;:&apos;)? &apos;deref(&apos; DerefExpr &apos;)&apos; (&apos;/&apos;Step)*
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19453</commentid>
    <comment_count>2</comment_count>
    <who name="Kumar Pandit">kumarp</who>
    <bug_when>2008-03-13 18:25:38 +0000</bug_when>
    <thetext>resolution (3/13 conf call): mark editorial</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19829</commentid>
    <comment_count>3</comment_count>
    <who name="Kumar Pandit">kumarp</who>
    <bug_when>2008-04-16 06:30:13 +0000</bug_when>
    <thetext>fixed per comment# 1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>