Re: [xslt] Expanding Stylesheets and [OT] dealing with manpages
- From: Oliver Feige <oliver feige triplex de>
- To: xslt gnome org
- Subject: Re: [xslt] Expanding Stylesheets and [OT] dealing with manpages
- Date: Fri, 17 Aug 2001 20:39:34 +0200
> I am having problems with a stylesheet that has a lot of xsl:includes and
> tried to write a program to dump the expanded stylesheets from memory, but
> obviously xmlDocDump(stdout, sheet->doc) is _not_ the way to do it. What
> should I be using instead?
Hi,
i think xsltSaveResultToFile() should be fine to you. When you call it so:
xsltSaveResultToFile(stdout, xmlDoc, resultDoc);
You get a transformed File to stdout!
By Oliver
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]