summaryrefslogtreecommitdiff
path: root/test/XInclude/docs/nodes2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/XInclude/docs/nodes2.xml')
-rw-r--r--test/XInclude/docs/nodes2.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/XInclude/docs/nodes2.xml b/test/XInclude/docs/nodes2.xml
new file mode 100644
index 00000000..32f8cfe8
--- /dev/null
+++ b/test/XInclude/docs/nodes2.xml
@@ -0,0 +1,4 @@
+<x xmlns:xinclude="http://www.w3.org/2003/XInclude">
+ <!-- Simple test of including a set of nodes from an XML document -->
+ <xinclude:include href="../ents/something.xml" xpointer="xpointer(//p)"/>
+</x>