]> granicus.if.org Git - docbook-dsssl/commitdiff
A wrapper with a Part, followed by several Chapters, ending with a
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 13 Oct 2005 00:45:42 +0000 (00:45 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 13 Oct 2005 00:45:42 +0000 (00:45 +0000)
Glossary.

testdocs/tests/book.007.xml [new file with mode: 0644]

diff --git a/testdocs/tests/book.007.xml b/testdocs/tests/book.007.xml
new file mode 100644 (file)
index 0000000..7948ca4
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+
+<!ELEMENT xi:include (xi:fallback?) >
+<!ATTLIST xi:include
+    xmlns:xi   CDATA       #FIXED    "http://www.w3.org/2001/XInclude"
+    href       CDATA       #REQUIRED
+    parse      (xml|text)  "xml"
+    encoding   CDATA       #IMPLIED >
+
+<!ELEMENT xi:fallback ANY>
+<!ATTLIST xi:fallback
+    xmlns:xi   CDATA   #FIXED   "http://www.w3.org/2001/XInclude" >
+
+<!ENTITY % local.chapter.class "| xi:include">
+]>
+<book id="book">
+  <bookinfo>
+    <title>Unit Test: book.001</title>
+    <subtitle>A Part + several Chapters + a Glossary</subtitle>
+    <releaseinfo role="CVS">$Id$</releaseinfo>
+    <corpauthor>DocBook Project Development Team</corpauthor>
+  </bookinfo>
+  <xi:include href="part.001.xml"/>
+  <xi:include href="chapter.001.xml"/>
+  <xi:include href="chapter.002.xml"/>
+  <xi:include href="epigraph.001.xml"/>
+  <xi:include href="section.004.xml"/>
+  <xi:include href="simplesect.001.xml"/>
+  <xi:include href="xrefstyle.001.xml"/>
+  <xi:include href="glossary.002.data.xml"/>
+</book>