2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-24 04:22:15 +00:00
Files
website/doc/javascript/nested_links/example/boostbook_integration/xhtml/sections.xml
Matias Capeletto a96fdffe39 Improving boost docs project repository
[SVN r7144]
2007-06-25 18:35:23 +00:00

36 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!--=========================================================================
Grouped links for Boost.GroupedLinks boostbook integration example
Copyright (c) 2007 Matias Capeletto
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)
===========================================================================-->
<groupedLinks version="1.0">
<title tag="Sections" url="index.html"/>
<group tag="Preface" url="index.html"/>
<group tag="First" url="boostbook_integration/first.html">
<item tag="Sub A" url="boostbook_integration/first.html"/>
<item tag="Sub B" url="boostbook_integration/first/sub_b.html"/>
<item tag="Sub C" url="boostbook_integration/first/sub_c.html"/>
</group>
<group tag="Second" url="boostbook_integration/second.html">
<item tag="Sub A" url="boostbook_integration/second.html"/>
<item tag="Sub B" url="boostbook_integration/second/sub_b.html"/>
</group>
<group tag="Final" url="boostbook_integration/final.html"/>
</groupedLinks>