- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 Sep 2016 16:11:56 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29785
--- Comment #4 from Tim Mills <tim@cbcl.co.uk> ---
This came from the test case
<test-case name="xml-to-json-045">
<description>Effect of xsi:type (bug 28181)</description>
<created by="Michael Kay" on="2015-03-09"/>
<modified by="Michael Kay" on="2015-06-23" change="Namespace change for
bug 28174"/>
<modified by="Michael Kay" on="2015-07-13" change="By the decision on
28181, this is no longer an error"/>
<dependency type="spec" value="XQ31"/>
<test><![CDATA[
xml-to-json(<number xsi:type="xs:short"
xmlns="http://www.w3.org/2005/xpath-functions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema">231</number>)
]]></test>
<result>
<assert-eq>"231"</assert-eq>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 6 September 2016 16:12:13 UTC