- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Jan 2013 15:38:00 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20645
Bug ID: 20645
Summary: [QT3TS] parse-xml-010
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
I think the test should be
<test><![CDATA[parse-xml("<!DOCTYPE a [<!ELEMENT a (#PCDATA)><!ENTITY
foo SYSTEM 'parse-xml/foo.entity'>]><a>&foo;</a>")]]></test>
in
<test-case name="parse-xml-010">
<description>parse-xml test - with external entity</description>
<created by="Michael Kay" on="2013-01-07"/>
<environment name="empty"/>
<test><![CDATA[parse-xml("<!DOCTYPE a [<!ELEMENT a (#PCDATA)><!ENTITY
foo SYSTEM 'parse-xml/foo.entity'>]><a>&foo;</a>")]]></test>
<result>
<assert-xml><![CDATA[<a><bar>baz</bar></a>]]></assert-xml>
</result>
</test-case>
to match the intent of the test.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 11 January 2013 15:38:06 UTC