xrust 2.0.3

Support for XPath and XSLT
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>