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