mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-17 02:02:39 +03:00
* xinclude.c: oops I was missing the xml:base fixup too * result/XInclude/*.xml: this adds xml:base attributes to most results of the tests Daniel
10 lines
243 B
XML
10 lines
243 B
XML
<?xml version="1.0"?>
|
|
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
|
|
<!-- Simple test of including another XML document -->
|
|
<doc xml:base="test/XInclude/ents/something.xml">
|
|
<p>something</p>
|
|
<p>really</p>
|
|
<p>simple</p>
|
|
</doc>
|
|
</x>
|