Skip to content
Vurdalakov edited this page Feb 24, 2015 · 2 revisions
Overview

xslt is a command-line XSLT processor.

It is a wrapper around XslCompiledTransform class.

Syntax
xslt <data file> <style sheet file> <output file> [/options] ...

/EnableScript option enables support for embedded script blocks in XSLT style sheets.

Examples
xslt userdata.xml template.xsl userdata.html /EnableScript
Clone this wiki locally