blob: 32f8cfe8e2f3d3b667aa3cb85a490e18ce006a0c (
plain)
1
2
3
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>
|