Cleanup and workaround a docbook XSL error:
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 25 Jun 2001 13:35:30 +0000 (13:35 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 25 Jun 2001 13:35:30 +0000 (13:35 +0000)
commit3e19b449a6afb3aa0333d77497e06fc31557cddc
tree39d1bcd21161b532a3eacc5dca8011ab6ee25d46
parent599b6b9743c71b3822700ae1a464102a0a9fd515
Cleanup and workaround a docbook XSL error:

* libxslt/xsltproc.c: John Fleck found a typo in usage()
* libxslt/xslt.c: avoid warning if version="1.1" is used
* libxslt/transform.c: forgot to initialize cur->outputFile
* libxslt/functions.c: DOCBOOK_XSL_HACK some versions of DocBook XSL
  use the vendor string to detect supporting chunking, this
  is a workaround to be considered in the list of decent XSLT
  processors <grin/>
Daniel
ChangeLog
libxslt/functions.c
libxslt/transform.c
libxslt/xslt.c
libxslt/xsltproc.c