XML Query Use Case R, query 12

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