Correct tokens

waldyrious/alt-syntax
Chriztian Steinmeier 2014-03-04 21:10:51 +01:00
parent 5a2980ea77
commit 0a67ee4d95
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
- Transform an XML file with a specific XSLT stylesheet
`xsltproc --output {output.html} {stylesheet.xslt} {xmlfile.xml}`
`xsltproc --output {{output.html}} {{stylesheet.xslt}} {{xmlfile.xml}}`
- Pass a value to a parameter in the stylesheet
`xsltproc --output {output.html} --stringparam {name} {value} {stylesheet.xslt} {xmlfile.xml}`
`xsltproc --output {{output.html}} --stringparam {{name}} {{value}} {{stylesheet.xslt}} {{xmlfile.xml}}`