This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14822 - [QT3] analyzeString-*
Summary: [QT3] analyzeString-*
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Member-only Editors Drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 13:57 UTC by Tim Mills
Modified: 2011-11-25 14:39 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2011-11-14 13:57:31 UTC
The expected results for tha analyze-string tests all have the form

<fn:analyze-string-result xmlns:fn="http://www.w3.org/2005/xpath-functions">
   ...
</fn:analyze-string>

Since the F&O 3.0 specification says that the namespace prefix is implementation dependent, the 'ignore-prefixes" attribute needs to be added to the <assert-serialization> elements.
Comment 1 Tim Mills 2011-11-14 14:16:35 UTC
Also, in the expected result for analyzeString-001

           <assert-serialization><![CDATA[<fn:analyze-string-result xmlns:fn="http://www.w3.org/2005/xpath-functions"/>]]></assert-serialization>

the canoncial form of this is

           <assert-serialization><![CDATA[<fn:analyze-string-result xmlns:fn="http://www.w3.org/2005/xpath-functions"></fn:analyze-string-result>]]></assert-serialization>
Comment 2 Tim Mills 2011-11-15 08:19:47 UTC
Please ignore Comment #1, which is irrelevant.
Comment 3 Michael Kay 2011-11-17 10:53:46 UTC
Fixed as suggested.
Comment 4 Tim Mills 2011-11-25 14:39:00 UTC
Confirmed fixed.  Thanks.