May 2008
Use XPath to locate information in XML documents
Takeaway: XML provides a wonderful vehicle for packaging and exchanging data, but getting data from an XML document can be troublesome. XPath provides a simple, consistent vocabulary for getting the necessary data.
March 2008
XPath Tutorial____XPath is a language for finding information in an XML document
XPath is used to navigate through elements and attributes in an XML document.
1
(2 marks)
