Finding XPath query expression examples from MSDN
Posted: (EET/GMT+2)
I recently needed to work with some XML after a while, and XPath sounded like a nice candidate for the job. XPath is a very useful query language for XML documents, which are tree-like. Thus, XPath allows working with nodes and their child, parent and sibling relationships.
For a nice list of XPath syntax and query examples, check out this XPath sample page on MSDN.
Happy XML processing!