summaryrefslogtreecommitdiff
path: root/test/XInclude/without-reader/red.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/XInclude/without-reader/red.xml')
-rw-r--r--test/XInclude/without-reader/red.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/XInclude/without-reader/red.xml b/test/XInclude/without-reader/red.xml
new file mode 100644
index 00000000..75ee396d
--- /dev/null
+++ b/test/XInclude/without-reader/red.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<book xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+ <chapter>
+ <para xml:id="t100">Introduction</para>
+ </chapter>
+ <chapter>
+ <xi:include href="./red.xml" xpointer="t100" parse="xml"/>
+ </chapter>
+</book>