No Disconnect

Things I’d rather not forget

xsltproc (XSL transformations)

leave a comment »

xsltproc is the best (most efficient) way I’ve found to do XSL transformations. Some of the DLL dependencies have to be from libraries downloaded at the xsltproc web site (or rather, the web site of the associated libraries).

xsltproc ocm.xsl newOcm.xml > result.txt

 

xsltproc --param which-page 1 -o output.svg xml2svg.xsl nasim.xml

 

xsltproc --param which-page "hello world" -o output.svg xml2svg.xsl nasim.xml
Advertisement

Written by nodisconnect

June 20, 2011 at 3:39 am

Posted in XML & Friends

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.