summaryrefslogtreecommitdiff
path: root/result/XInclude/include.xml
diff options
context:
space:
mode:
Diffstat (limited to 'result/XInclude/include.xml')
-rw-r--r--result/XInclude/include.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/result/XInclude/include.xml b/result/XInclude/include.xml
new file mode 100644
index 0000000..3a9366d
--- /dev/null
+++ b/result/XInclude/include.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
+ <!-- Simple test of including another XML document -->
+ <doc xml:base="../ents/something.xml">
+<p>something</p>
+<p>really</p>
+<p>simple</p>
+</doc>
+</x>