mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-18 14:21:02 +03:00
- nanoftp.c: fixed gcc 2.95 new warnings - SAX.c: fixed a stupid bug - tree.c: fixed a formatting problem when round-tripping from/to memory - xinclude.c: chased memleak, fixed a base problem - xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ? xmlXPtrBuildNodeList() - TODO: updated - Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude: adding a first small set of regression tests for XInclude Daniel
10 lines
203 B
XML
10 lines
203 B
XML
<?xml version="1.0"?>
|
|
<x xmlns:xinclude="http://www.w3.org/1999/XML/xinclude">
|
|
<!-- Simple test of including another XML document -->
|
|
<doc>
|
|
<p>something</p>
|
|
<p>really</p>
|
|
<p>simple</p>
|
|
</doc>
|
|
</x>
|