Files
XML_Data_Parsing/libxml2/test/XInclude/without-reader/issue424-2.xml
T

6 lines
181 B
XML
Raw Normal View History

2026-07-19 22:48:13 +08:00
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
<p>Something</p>
<xinclude:include xpointer="xpointer(//d)"/>
<d><xinclude:include xpointer="xpointer(//p)"/></d>
</x>