- From: <bugzilla@jessica.w3.org>
- Date: Wed, 06 Oct 2010 02:29:16 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10983
Summary: [DM11] Children are incomplete in Appendix E example
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: minor
Priority: P2
Component: Data Model 1.1
AssignedTo: ndw@nwalsh.com
ReportedBy: rick@firefang.com
QAContact: public-qt-comments@w3.org
The example in Appendix E only seems to list elements among the children,
leaving out text, comment, and PI nodes. This seems to go against 6.2.1
constraint 4:
Exclusive of Attribute and Namespace Nodes, if a node N has a parent element E,
then N must be among the children of E.
I'm pretty sure these are the correct values:
dm:children(D1) = ([P1], [E1])
dm:children(E1) = ([C1], [E2], [E7])
dm:children(E3) = ([T1])
dm:children(E5) = ([T2])
dm:children(E6) = ([T3])
dm:children(E8) = ([T4])
dm:children(E10) = ([T5])
dm:children(E11) = ([T6])
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 6 October 2010 02:29:18 UTC