
Using the << and >> XQuery Operators
When you want to determine the order of articles into an sequence returned by an XQuery query, you can use the > operators: – X > Y: is true if Y is before X; For example, suppose you have the following sequence of strings: Shark, Daisy, Hunter, Lego, Helly Use