summaryrefslogtreecommitdiff
path: root/tools/quickbook/test/xinclude/xinclude-1_1.gold
blob: ee8e86eb190b98d437d28556f888049bf1ceb8c7 (plain)
1
2
3
4
5
6
7
8
<?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="include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>Include</title>
  <xi:include href="test/stub.xml" />
  <xi:include href="test/xinclude/stub.xml" />
  <xi:include href="test/xinclude/sub/stub.xml" />
</article>