Community

Using the << and >> XQuery Operators

(Leonard Anghel) When you want to determine the order of articles into an sequence returned by an XQuery query, you can use the << and >> operators: – X << Y: is true if X is before Y; - X >> Y: is true if Y is before X;

Read More - Register for Free Membership