mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-27 12:15:34 +03:00
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>
|