Stairway to XML: Level 5 - The XML exist() and nodes() Methods
The XML exist() method is used, often in a WHERE clause, to check the existence of an element within an XML document or fragment. The nodes() method lets you shred an XML instance and return the information as relational data.



