fixed the xinclude problem with document() as in bug #171893 added a new
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 30 Mar 2005 12:12:53 +0000 (12:12 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 30 Mar 2005 12:12:53 +0000 (12:12 +0000)
commit23936b6bb80423e75c42f7cf82deaf458d88f0ca
tree807072541b1485b6cfca5a428d40b528ce993a04
parent71ea287919dcc0f136e0392e9aac9e10ad7c8ca4
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
12 files changed:
ChangeLog
configure.in
libxslt/xsltwin32config.h
tests/Makefile.am
tests/xinclude/Makefile.am [new file with mode: 0644]
tests/xinclude/e.xml [new file with mode: 0644]
tests/xinclude/e.xsl [new file with mode: 0644]
tests/xinclude/normal.out [new file with mode: 0644]
tests/xinclude/x1.xml [new file with mode: 0644]
tests/xinclude/x2.xml [new file with mode: 0644]
tests/xinclude/xinclude.out [new file with mode: 0644]
xsltproc/xsltproc.c