| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

XslTransformsWithCommandLine

Page history last edited by Chris Lilley 17 years, 6 months ago

Xsl Transforms on the Command Line

 

Particularly for batch transformation, command line transformation can be useful. MacOS and Linux already have a command line shell; for Windows, cygwin is useful.

 

LibXML

A common command-line xml toolset is LibXML, in particular

libxslt. The command line tool is called xsltproc.

 

Sample invocation:

 

xsltproc --novalid --param name value ../epidoc-xsl/html/epidoc.xsl myinscription.xml

 

In general,

 

xsltproc --help

 

to find out more.

Comments (0)

You don't have permission to comment on this page.