mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-11 16:10:45 +03:00
* xsltproc/xsltproc.c: fixed the xinclude problem with document() as in bug #171893 * configure.in tests/Makefile.am tests/xinclude/*: added a new xinclude directory with the test for this problem Daniel
6 lines
147 B
XML
6 lines
147 B
XML
<?xml version="1.0"?>
|
|
<foo>
|
|
<element>x1</element>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x2.xml"/>
|
|
</foo>
|