1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-11 16:10:45 +03:00
Files
libxslt/tests/xinclude/normal.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

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>