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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:14:05 GMT