- From: Michael Dyck <MichaelDyck@home.com>
- Date: Sat, 03 Mar 2001 18:29:26 -0800
- To: www-xml-query-comments@w3.org
XML Query Use Cases
W3C Working Draft 15 February 2001
In 1.2.4.6 (Q6), the Solution in XQuery has a typo:
document("book1.xml"/section)
should be
document("book1.xml")/section
or
document("book1.xml")/book/section
(depending on what "document()" means, see earlier message).
-Michael Dyck
Received on Saturday, 3 March 2001 21:32:58 UTC