<?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>4282</bug_id>
          
          <creation_ts>2007-01-26 23:33:27 +0000</creation_ts>
          <short_desc>base-uri-12, -13 (XQueryX)</short_desc>
          <delta_ts>2007-08-09 19:59:04 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XML Query Test Suite</product>
          <component>XML Query Test Suite</component>
          <version>1.0.2</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</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="Michael Kay">mike</reporter>
          <assigned_to name="Andrew Eisenberg">andrew.eisenberg</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>13813</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2007-01-26 23:33:27 +0000</bug_when>
    <thetext>In tests base-uri-12 and base-uri-13, the base URI given in the prolog in the XQueryX version of the tests is different from that given in the XQuery versions.

For example in base-uri-12 the base URI is written in the XQuery version as

    declare base-uri &quot;http://www.example.com/abc&quot;&quot;&quot;

which means that the actual base URI is:

    http://www.example.com/abc&quot;

However, in the XQueryX version the base URI is given as:

    &lt;xqx:baseUriDecl&gt;http://www.example.com/abc&quot;&quot;&lt;/xqx:baseUriDecl&gt;

which the stylesheet correctly expands to:

    declare base-uri &quot;http://www.example.com/abc&quot;&quot;&quot;&quot;&quot;;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16113</commentid>
    <comment_count>1</comment_count>
    <who name="Andrew Eisenberg">andrew.eisenberg</who>
    <bug_when>2007-08-09 19:59:04 +0000</bug_when>
    <thetext>The XQueryX versions of these test cases have been corrected.

base-URI-12.xqx now contains:

   &lt;xqx:baseUriDecl&gt;http://www.example.com/abc&quot;&lt;/xqx:baseUriDecl&gt;

base-URI-13.xqx contains:

   &lt;xqx:baseUriDecl&gt;http://www.example.com/abc&apos;&lt;/xqx:baseUriDecl&gt;

Please close this bug report if you agree with this resolution.

</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>