Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/boostbook/dtd/boostbook.html @ 46

Last change on this file since 46 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.7 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>
5          BoostBook element boostbook</title>
6<link rel="stylesheet" href="../../boostbook.css" type="text/css">
7<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
8<link rel="start" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
9<link rel="up" href="../../reference.html" title="Reference">
10<link rel="prev" href="library-reference.html" title="
11          BoostBook element library-reference">
12<link rel="next" href="union.html" title="
13          BoostBook element union">
14</head>
15<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16<table cellpadding="2" width="100%">
17<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
18<td align="center"><a href="../../../../index.htm">Home</a></td>
19<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
20<td align="center"><a href="../../../../people/people.htm">People</a></td>
21<td align="center"><a href="../../../../more/faq.htm">FAQ</a></td>
22<td align="center"><a href="../../../../more/index.htm">More</a></td>
23</table>
24<hr>
25<div class="spirit-nav">
26<a accesskey="p" href="library-reference.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="union.html"><img src="../../images/next.png" alt="Next"></a>
27</div>
28<div class="refentry" lang="en">
29<a name="boostbook.dtd.boostbook"></a><div class="titlepage"></div>
30<div class="refnamediv">
31<h2><span class="refentrytitle">
32          BoostBook element <code class="sgmltag-element">boostbook</code></span></h2>
33<p>boostbook &#8212; Defines a BoostBook book</p>
34</div>
35<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
36<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv">boostbook ::=
37  (title, (chapter| <a href="library.html" title="
38          BoostBook element library">library</a>)*)
39</div>
40<div class="refsection" lang="en">
41<a name="id2059547"></a><h2>Description</h2>
42  <p>This element is the topmost level defined by
43  <code class="filename">boost.xml</code> for all Boost documentation. It will
44  not generally be used by developers.</p>
45</div>
46<div class="refsection" lang="en">
47<a name="id2059564"></a>
48      <h2>Attributes</h2>
49      <div class="informaltable"><table class="table">
50<colgroup>
51<col>
52<col>
53<col>
54<col>
55</colgroup>
56<thead><tr>
57<th>Name</th>
58<th>Type</th>
59<th>Value</th>
60<th>Purpose</th>
61</tr></thead>
62<tbody>
63<tr>
64<td>last-revision</td>
65<td>#IMPLIED</td>
66<td>CDATA</td>
67<td>Set to $Date: 2006/11/03 19:39:44 $ to keep "last revised" information in sync with CVS changes</td>
68</tr>
69<tr>
70<td>id</td>
71<td>#IMPLIED</td>
72<td>CDATA</td>
73<td>A global identifier for this element</td>
74</tr>
75<tr>
76<td>xml:base</td>
77<td>#IMPLIED</td>
78<td>CDATA</td>
79<td>Implementation detail used by XIncludes</td>
80</tr>
81</tbody>
82</table></div>
83    </div>
84</div>
85<table width="100%"><tr>
86<td align="left"></td>
87<td align="right"><small>Copyright © 2003-2005 Douglas Gregor</small></td>
88</tr></table>
89<hr>
90<div class="spirit-nav">
91<a accesskey="p" href="library-reference.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="union.html"><img src="../../images/next.png" alt="Next"></a>
92</div>
93</body>
94</html>
Note: See TracBrowser for help on using the repository browser.