chadpath 0.3.3

XPath 1.0 / XSLT engine — a fork of xrust (Apache-2.0) with XPath positional-predicate correctness fixes and parser performance improvements. Used by chadselect.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<doc>
  <section1>
    <heading>A Level-1 Heading</heading>
    <para>The first paragraph.</para>
    <para>The second paragraph.</para>
    <section2>
      <heading>A Level-2 Heading</heading>
      <para>The first paragraph after the sub-heading.</para>
    </section2>
  </section1>
</doc>