xrust 2.0.3

Support for XPath and XSLT
Documentation
1
2
3
4
5
6
7
8
9
10
11
<html>
  <body id='top'>
    <div role='data' class='child'>
      <span class='deep'>one</span>
    </div>
    <div role='data' class='child'>
      <span class='deep'>two</span>
    </div>
    <a xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='urn:test-data'>hotspot</a>
  </body>
</html>