summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/xinclude/xmlbase1-1_6-alt2.gold
blob: 1c2ccc2fcb9bc37e4aa2a1b39f37d7bd5b025bd4 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<article id="xinclude_with_xmlbase" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
 xml:base="./" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>XInclude with xmlbase</title>
  <xi:include href="../stub.xml" />
  <xi:include href="stub.xml" />
  <xi:include href="sub/stub.xml" />
  <xi:include href="../xinclude" />
</article>