[xslt] xsltproc and zlib
- From: Steinborn Thomas <Thomas Steinborn erl8 siemens de>
- To: "'xslt gnome org'" <xslt gnome org>
- Subject: [xslt] xsltproc and zlib
- Date: Mon, 21 Oct 2002 12:58:45 +0200
Hi all,
we use (our own copy of) xsltproc together with zlib enabling use to open
compressed files directely. We perform xml to xml transformations on the
compressed input. What we wanted was to have compressed output as well. What
would benefit us is if xsltproc used the global compression level obtained
by xmlGetCompressMode().
We changed the function xsltRunStylesheetUser in file transform.c line 3802
from
ret = xsltSaveResultToFilename(output, tmp, style, 0);
to
ret = xsltSaveResultToFilename(output, tmp, style,
xmlGetCompressMode());
If others find this useful maybe it should go into the official release!?
Best Regards
Thomas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]