summaryrefslogtreecommitdiff
path: root/test/XInclude/docs/red.xml
blob: 75ee396d74c520646f2f8cc337286487c84a614b (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<book xmlns:xi="http://www.w3.org/2001/XInclude"
      xmlns:xlink="http://www.w3.org/1999/xlink">
  <chapter>
     <para xml:id="t100">Introduction</para>
  </chapter>
  <chapter>
     <xi:include href="./red.xml" xpointer="t100" parse="xml"/>
  </chapter>
</book>