]> granicus.if.org Git - docbook-dsssl/commitdiff
A book wrapper for all biblio.00n.xml files.
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 12 Oct 2005 20:30:13 +0000 (20:30 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 12 Oct 2005 20:30:13 +0000 (20:30 +0000)
testdocs/tests/book.006.xml [new file with mode: 0644]

diff --git a/testdocs/tests/book.006.xml b/testdocs/tests/book.006.xml
new file mode 100644 (file)
index 0000000..112228c
--- /dev/null
@@ -0,0 +1,28 @@
+<?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>
+    <releaseinfo role="CVS">$Id$</releaseinfo>
+    <corpauthor>DocBook Project Development Team</corpauthor>
+  </bookinfo>
+  <xi:include href="bibliography.001.xml"/>
+  <xi:include href="bibliography.002.xml"/>
+  <xi:include href="bibliography.003.xml"/>
+  <xi:include href="bibliography.004.xml"/>
+</book>