mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-19 20:33:13 +08:00

- result/XInclude/include test/XInclude/include: updated the testsuite accordingly Daniel
5 lines
197 B
XML
5 lines
197 B
XML
<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>
|