1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" 3 "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> 4 5<!-- Copyright 2004 Vladimir Prus --> 6<!-- Distributed under the Boost Software License, Version 1.0. --> 7<!-- (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) --> 8 9<library 10 name="library" 11 dirname="librarys" id="library" 12 xmlns:xi="http://www.w3.org/2001/XInclude"> 13 <libraryinfo> 14 <author> 15 <firstname>Joe</firstname> 16 <surname>Hacker</surname> 17 </author> 18 19 <copyright> 20 <year>7002</year> 21 <holder>Joe Hacker</holder> 22 </copyright> 23 24 </libraryinfo> 25 26 <title>Documentation</title> 27 28 <section> 29 <title>Introduction</title> 30 31 <para>This is introduction</para> 32 33 </section> 34 35 <xi:include href="autodoc.xml"/> 36</library> 37