[XQuery] MS-XQ-LC1-079

Section 3.5.3 Node Comparisons	
Editorial	

Example: //book[isbn="1558604820"] is //book[call="QA76.9 C3845"] will
statically fail. Provide static wording as well, eg
exactly-one(//book[isbn="1558604820"]) is
exactly-one(//book[call="QA76.9 C3845"]). Same for
//purchase[parcel="28-451"] << //sale[parcel="33-870"].

Received on Monday, 16 February 2004 06:11:09 UTC