summaryrefslogtreecommitdiff
path: root/test/testdocs/book.008.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdocs/book.008.xml')
-rw-r--r--test/testdocs/book.008.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/test/testdocs/book.008.xml b/test/testdocs/book.008.xml
new file mode 100644
index 00000000..a088b419
--- /dev/null
+++ b/test/testdocs/book.008.xml
@@ -0,0 +1,34 @@
+<?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>Wrapper for some References and Refentries</subtitle>
+ <releaseinfo role="CVS">$Id: book.008.xml 5269 2005-10-13 00:56:08Z xmldoc $</releaseinfo>
+ <corpauthor>DocBook Project Development Team</corpauthor>
+ </bookinfo>
+ <xi:include href="reference.001.xml"/>
+ <xi:include href="reference.002.xml"/>
+
+ <reference>
+ <title>Some Xincluded Refentry instances</title>
+ <xi:include href="refentry.005.xml"/>
+ <xi:include href="refentry.006.xml"/>
+ </reference>
+
+</book>