xref: /aosp_15_r20/external/libxml2/test/XInclude/docs/red.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<?xml version="1.0" encoding="UTF-8"?>
2<book xmlns:xi="http://www.w3.org/2001/XInclude"
3      xmlns:xlink="http://www.w3.org/1999/xlink">
4  <chapter>
5     <para xml:id="t100">Introduction</para>
6  </chapter>
7  <chapter>
8     <xi:include href="./red.xml" xpointer="t100" parse="xml"/>
9  </chapter>
10</book>
11