- From: Michael Dyck <MichaelDyck@home.com>
- Date: Sat, 17 Mar 2001 22:55:08 -0800
- To: www-xml-query-comments@w3.org
XML Query Use Cases
W3C Working Draft 15 February 2001
Use Case R, query 12 (1.4.4.12)
In the Solution in XQuery,
bid_summary()/bid_count[...]
is asking for the <bid_count> children of a <bid_count> element (since
"bid_summary" returns a list of them). It should be changed to just
bid_summary()[...]
-Michael Dyck
Received on Sunday, 18 March 2001 01:59:35 UTC