fixed a disable output escaping bug for HTML output introduced in 1.0.20
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 25 Sep 2002 09:20:37 +0000 (09:20 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 25 Sep 2002 09:20:37 +0000 (09:20 +0000)
commit3a2088d4ed3b2a0f8b9643d0aeaa8e4e1d08d26c
tree73882b7b5b2de891af480afe6b38a8c80a95262a
parent49b1bdebc59fcaa94e8e1202350083c15f4c95c4
fixed a disable output escaping bug for HTML output introduced in 1.0.20

* libxslt/transform.c: fixed a disable output escaping bug for
  HTML output introduced in 1.0.20 and raised by Mario Weilguni
* tests/docs/Makefile.am tests/docs/bug-91.xml
  tests/general/Makefile.am tests/general/bug-91.*: added the
  example in the regression tests for this case
Daniel
ChangeLog
doc/libxslt-decl.txt
doc/libxslt-refs.xml
libxslt/transform.c
tests/docs/Makefile.am
tests/docs/bug-91.xml [new file with mode: 0644]
tests/general/Makefile.am
tests/general/bug-91.out [new file with mode: 0644]
tests/general/bug-91.xsl [new file with mode: 0644]