[svn] r2262@freebird: fabien | 2006-01-27 17:24:00 -0500
Make the nargir book validate (I must consider if each file is a
document, or each book, or the whole document; the distinction is not
clear but I prefer to work with each file being a valid document).
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"/usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd"
[
<!ENTITY % xinclude SYSTEM "../xinclude.dtd" >
<!ENTITY % local.chapter.class "|xi:include">
%xinclude;
]
>
<book id="nargir_base" lang="fr"
xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Les Sept Âges des Dragons</title>
<author>
<firstname>Fabien</firstname>
<surname>Niñoles</surname>
</author>
<copyright>
<year>2003</year>
</copyright>
<revhistory>
<revision>
<revnumber>0.1</revnumber>
<date>2003-06-22</date>
<revdescription>
<para>Première revision</para>
</revdescription>
</revision>
</revhistory>
</bookinfo>
<!-- Preface -->
<xi:include href="preface.xml"/>
<xi:include href="7dragons.xml"/>
<xi:include href="enfants.xml"/>
<xi:include href="7ages.xml"/>
<xi:include href="bete.xml"/>
<xi:include href="gardien.xml"/>
<!--
<xi:include href="creation.xml"/>
-->
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: xml
sgml-omittag:nil
sgml-shorttag:nil
sgml-namecase-general:nil
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:nil
sgml-parent-document:nil
sgml-default-dtd-file:"/home/fabien/.sgml/book.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->