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