1I couldn't get the date_time.xml to validate, however, it works anyway. 2The build process with fail with adequate error messages to fix 3any errors. 4 5/********************************/ 6Do not place a dtd declaration in the doc xml files. 7Begin each file with: 8<section ... 9 10/********************************/ 11Including files into sections has some quirks to it. Unless there is a 12section in the parent file, the first included file will display 13instead of link. 14 15Example. 16In date_time.xml: 17 18 <xi:include href="subsection.xml" /> 19 20And in subsection/xml: 21 <section id="date_time.my_subsection" 22 xmlns:xi="http://www.w3.org/2001/XInclude"> 23 <para> 24 ... 25 </para> 26 <xi:include href="another.xml" /> 27 28/********************************/ 29To crosslink use: 30<link linkend="date_time.section.subsection">optional text</link> 31 32If you use '<link linkend="top">top</link>' the link will automatically 33go to the top of the page it ends up in. 34 35# Copyright (c) 2002-2006 CrystalClear Software, Inc. 36# Use, modification and distribution is subject to the 37# Boost Software License, Version 1.0. (See accompanying 38# file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 39