Re: [xslt] Expanding Stylesheets and [OT] dealing with manpages



> 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]