1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-11 16:10:45 +03:00
Files
libxslt/tests/xinclude/xinclude.out
Daniel Veillard 23936b6bb8 fixed the xinclude problem with document() as in bug #171893 added a new
* 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
2005-03-30 12:12:53 +00:00

8 lines
121 B
XML

<?xml version="1.0"?>
<foo>
<element>x1</element>
<foo>
<element>x2</element>
</foo>
</foo>