- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 18 Jan 2008 13:43:18 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5394
Summary: CVS: fn-doc-32 (catalog error)
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
The expected result of fn-doc-32 should be compared as a fragment, not as XML.
(: Name: fn-doc-32 :)
(: Description: Open an XML document that has ISO-8859-1 as encoding. :)
(: insert-start :)
declare variable $input-context as xs:anyURI? external;
(: insert-end :)
string(fn:doc($input-context)),
string(exactly-one(fn:doc($input-context)/*))
Received on Friday, 18 January 2008 13:43:23 UTC