Nytro Posted July 21, 2013 Report Posted July 21, 2013 Hacking XPath 2.0Introducing XPathXPath 1.0 is a well-supported and fairly old query language for selecting nodes in an XML documentand returning a computed value from the selected nodes. There are plenty of libraries implementingfull or basic support for XPath 1.0 in a huge variety of languages including Java, C/C++, Python, C#,Haskell, JavaScript and Perl.Using XPath 1.0 you can write simplistic queries that filter nodes within a single specified XMLdocument. For example, given the following XML document shown below it would be trivial to checkif a user existed and authenticate them based upon a supplied username and password.Download:http://t.co/LUKlB73jhy Quote