- From: Daniela Florescu <danielaf@bea.com>
- Date: Sun, 15 Feb 2004 21:32:48 -0800
- To: public-qt-comments@w3.org
XQuery: request for simplification The following expressions are all legal expressions and equivalent: $x/attribute::* $x/attribute::attribute() $x/attribute::attribute(*) $x/attribute::attribute(*,*) $x/@* $x/@attribute() $x/@attribute(*) $x/@attribute(*,*) Are we really sure we need 8 semantically identical but syntactically different expressions? It will create a lot of confusions in understanding this language.
Received on Monday, 16 February 2004 00:31:55 UTC