Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Another common standard for extracting data from XML documents is called XPath. XPath is structured vaguely like a filesystem path: consecutive elements are joined with a forward slash (/), beginning at the root, and each element in the path is nested below the previous. The XPath statement:
/html/head/title/text( )