Update of /cvsroot/mockobjects/no-stone-unturned/doc/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv8689/doc/xdocs
Modified Files:
_template.xml
Log Message:
added glossary and patterns so that fragment will compile
Index: _template.xml
===================================================================
RCS file: /cvsroot/mockobjects/no-stone-unturned/doc/xdocs/_template.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- _template.xml 9 Aug 2002 18:46:01 -0000 1.3
+++ _template.xml 12 Aug 2002 23:08:53 -0000 1.4
@@ -1,14 +1,26 @@
<?xml version="1.0"?>
<!DOCTYPE article [
- <!ENTITY % docbook SYSTEM "file:@docpath@/dtd/docbookx.dtd">
- <!ENTITY % extra_entities SYSTEM "file:@docpath@/extra_entities.xml">
- <!ENTITY @fragment.name@ SYSTEM "file:@docpath@/@fragment.name@.xml">
+ <!ENTITY % docbook SYSTEM "file://@docpath@/dtd/docbookx.dtd">
+ <!ENTITY % extra_entities SYSTEM "file://@docpath@/extra_entities.xml">
+ <!ENTITY @fragment.name@ SYSTEM "file://@docpath@/@fragment.name@.xml">
+
+ <!ENTITY patterns SYSTEM "file://@docpath@/patterns.xml">
+ <!ENTITY glossary SYSTEM "file://@docpath@/glossary.xml">
+
%docbook;
%extra_entities;
]>
<article>
&@fragment.name@;
+
+ <!-- need these to avoid dangling references in the fragment -->
+ <section>
+ <title>Patterns</title>
+ &patterns;
+ </section>
+
+ &glossary;
</article>
|