<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook"
         xmlns:xi="http://www.w3.org/2001/XInclude"
         xml:id="article" version="5.0">
<info>
  <title>Unit Test: xinclude.011</title>
</info>

<para xml:id="p">This is an article tests the XInclude extension. It’s unlikely
to pass if that extension is not available.</para>

<xi:include href="./aint-no-such-file.xml">
<xi:fallback><para>This is fallback.</para></xi:fallback>
</xi:include>

</article>
