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
8 lines
121 B
XML
8 lines
121 B
XML
<?xml version="1.0"?>
|
|
<foo>
|
|
<element>x1</element>
|
|
<foo>
|
|
<element>x2</element>
|
|
</foo>
|
|
</foo>
|