<?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>1350</bug_id>
          
          <creation_ts>2005-05-11 04:39:19 +0000</creation_ts>
          <short_desc>please change URILiteral to IRILiteral</short_desc>
          <delta_ts>2005-06-29 16:04:22 +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>XQuery 1.0</component>
          <version>Last Call drafts</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard>grammar</status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>1354</dependson>
          <blocked>1341</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Felix Sasaki">fsasaki</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>3483</commentid>
    <comment_count>0</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2005-05-11 04:39:19 +0000</bug_when>
    <thetext>http://www.w3.org/International/2005/02/xquery-review.html Comment ID: 5</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3195</commentid>
    <comment_count>1</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2005-05-18 19:07:38 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; http://www.w3.org/International/2005/02/xquery-review.html Comment ID: 5
For collations, namespaces, schemas, and so on, the production 141 &quot;URILiteral
(app. A. 1) is used, which refers to a &quot;StringLiteral&quot;. &quot;URILiteral&quot; should be
changed to &quot;IRILiteral&quot;, and the reference section should contain an entry to
the IRI specification RFC3987. There should also be a clear indication how XML
Base affects collations, namespaces etc. Btw, you don&apos;t need to change the
underlying type system, but the name of the production 141.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2968</commentid>
    <comment_count>2</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2005-05-30 08:28:53 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; (In reply to comment #0)
&gt; &gt; http://www.w3.org/International/2005/02/xquery-review.html Comment ID: 5
&gt; For collations, namespaces, schemas, and so on, the production 141 &quot;URILiteral
&gt; (app. A. 1) is used, which refers to a &quot;StringLiteral&quot;. &quot;URILiteral&quot; should be
&gt; changed to &quot;IRILiteral&quot;, and the reference section should contain an entry to
&gt; the IRI specification RFC3987. There should also be a clear indication how XML
&gt; Base affects collations, namespaces etc. Btw, you don&apos;t need to change the
&gt; underlying type system, but the name of the production 141.
&gt; 

consensus of the i18n-core-wg, telecon 27 may 2005: IRI is now an official RFC,
please refer to it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2744</commentid>
    <comment_count>3</comment_count>
    <who name="Don Chamberlin">chamberl</who>
    <bug_when>2005-06-11 04:20:05 +0000</bug_when>
    <thetext>Felix,
In meetings on May 19 and June 7, the Query and XSLT working groups considered 
this comment. The working groups feel that it is undesirable to globally change 
all occurrences of &quot;URI&quot; to &quot;IRI&quot; because many terms such as &quot;base URI&quot; are in 
common use throughout the family of XML-related specifications. However, the 
working groups agreed to make the following changes:

(1) In the XPath and XQuery specifications, replace references to RFC 2396 with 
references to RFC 3986 and 3987.

(2) In the XPath and XQuery specifications, Section 2 (Basics), add the 
following paragraph: &quot;Within this specification, the term URI refers to a 
Universal Resource Identifier as defined in RFC 3896 and extended in RFC 3897 
with the new name IRI. The term URI has been retained in preference to IRI to 
avoid introducing new names for concepts such as &apos;Base URI&apos; that are defined or 
referenced across the whole family of XML specifications.&quot;

(3) In the XQuery specification, Section 2.4.5 (URI Literals), add the 
following note: &quot;The xs:anyURI type is designed to anticipate the introduction 
of Internationalized Resource Identifiers (IRI&apos;s) as defined in [RFC 3987].&quot;

We hope that these changes will address your concerns. Please let us know 
whether you find these changes to be an acceptable response to your comment.

Regards,
Don Chamberlin (for the Query and XSLT working groups)
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4329</commentid>
    <comment_count>4</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2005-06-22 08:36:51 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; Felix,
&gt; In meetings on May 19 and June 7, the Query and XSLT working groups considered 
&gt; this comment. The working groups feel that it is undesirable to globally 
change 
&gt; all occurrences of &quot;URI&quot; to &quot;IRI&quot; because many terms such as &quot;base URI&quot; are in 
&gt; common use throughout the family of XML-related specifications. However, the 
&gt; working groups agreed to make the following changes:
&gt; 
&gt; (1) In the XPath and XQuery specifications, replace references to RFC 2396 
with 
&gt; references to RFC 3986 and 3987.
&gt; 
&gt; (2) In the XPath and XQuery specifications, Section 2 (Basics), add the 
&gt; following paragraph: &quot;Within this specification, the term URI refers to a 
&gt; Universal Resource Identifier as defined in RFC 3896 and extended in RFC 3897 
&gt; with the new name IRI. The term URI has been retained in preference to IRI to 
&gt; avoid introducing new names for concepts such as &apos;Base URI&apos; that are defined 
or 
&gt; referenced across the whole family of XML specifications.&quot;
&gt; 
&gt; (3) In the XQuery specification, Section 2.4.5 (URI Literals), add the 
&gt; following note: &quot;The xs:anyURI type is designed to anticipate the introduction 
&gt; of Internationalized Resource Identifiers (IRI&apos;s) as defined in [RFC 3987].&quot;
&gt; 
&gt; We hope that these changes will address your concerns. Please let us know 
&gt; whether you find these changes to be an acceptable response to your comment.
&gt; 
&gt; Regards,
&gt; Don Chamberlin (for the Query and XSLT working groups)
&gt; 

consenus of the i18n-core-wg (telecon 21 May 2005):
The working group is VERY HAPPY about your changes! We thank you very much and 
regared the bug as closed.
Regards,
Felix Sasaki
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4351</commentid>
    <comment_count>5</comment_count>
    <who name="Paul Cotton">pcotton</who>
    <bug_when>2005-06-24 23:57:29 +0000</bug_when>
    <thetext>See 1508:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1508

for the discussion of the following sub-point of this original comment:

&quot;There should also be a clear indication how XML
Base affects collations, namespaces etc.&quot;

/paulc</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>