Re: [xsl] How to apply stylesheet in GNOME?

Subject: Re: [xsl] How to apply stylesheet in GNOME?
From: Rush Manbert <rush@xxxxxxxxxxx>
Date: Wed, 01 Mar 2006 12:12:34 -0800
Luana Knoff wrote:
Hi all!

I have to do the conversion of a big number of documents XML or XHTML
for WML for a server that I am developing .For that I have been
thinking in use the GNOME's library for windows (libxslt), but the
problem is that I don't know how to apply the stylesheet.

Does anybody know about some generic stylesheet to convert many XML's
for WML's? How to pass this document to the library?

Any hints are welcome!

xsltproc (based on libxslt) will apply a stylesheet to a document from the command line. I don't know about any generic stylesheet. I'm assuming that using xsltproc in a shell script, probably driven by find, is the sort of thing you want to do.

The xsltproc user manual is on line here:
http://xmlsoft.org/XSLT/xsltproc.html

- Rush

Current Thread