-
Notifications
You must be signed in to change notification settings - Fork 4
xslt
Vurdalakov edited this page Feb 24, 2015
·
2 revisions
xslt
is a command-line XSLT processor.
It is a wrapper around XslCompiledTransform
class.
xslt <data file> <style sheet file> <output file> [/options] ...
/EnableScript
option enables support for embedded script blocks in XSLT style sheets.
xslt userdata.xml template.xsl userdata.html /EnableScript