switch to use xmlReadfile instead of xmlParseFile, this avoid relying on
authorDaniel Veillard <veillard@src.gnome.org>
Fri, 31 Oct 2003 14:56:30 +0000 (14:56 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Fri, 31 Oct 2003 14:56:30 +0000 (14:56 +0000)
commitc05457fa41079db45ca7ad89e599845efae8a45d
treee05b791e6f8f1364bbb750607f6c6c1c1726cad3
parentdb3d2b48e890e6f8ddc009fbd14f8a914edbbc71
switch to use xmlReadfile instead of xmlParseFile, this avoid relying on

* libxslt/documents.c libxslt/imports.c libxslt/xslt.c libxslt/xslt.h
  xsltproc/xsltproc.c: switch to use xmlReadfile instead of
  xmlParseFile, this avoid relying on global parser options, far
  far cleaner.
* tests/XSLTMark/xslbench1.out tests/general/bug-90.out: fixes a
  slightly corrected output for CDATA and STYLE element save.
Daniel
ChangeLog
libxslt/documents.c
libxslt/imports.c
libxslt/xslt.c
libxslt/xslt.h
tests/XSLTMark/xslbench1.out
tests/general/bug-90.out
xsltproc/xsltproc.c