summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/examples/simple-boostbook/simple.xml
blob: 6064d5d1ec0f44d09c35352ba16eec3ee6863105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
Copyright Daniel James 2013-2018
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-->

<?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>
    <title>Simple Example</title>
    <para>Interesting stuff goes here.</para>
</article>