- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 26 Jan 2007 23:33:27 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4282
Summary: base-uri-12, -13 (XQueryX)
Product: XML Query Test Suite
Version: 1.0.2
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
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 "http://www.example.com/abc"""
which means that the actual base URI is:
http://www.example.com/abc"
However, in the XQueryX version the base URI is given as:
<xqx:baseUriDecl>http://www.example.com/abc""</xqx:baseUriDecl>
which the stylesheet correctly expands to:
declare base-uri "http://www.example.com/abc""""";
Received on Friday, 26 January 2007 23:33:29 UTC