mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 03:06:01 +02:00
Correct tokens
This commit is contained in:
parent
5a2980ea77
commit
0a67ee4d95
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
- Transform an XML file with a specific XSLT stylesheet
|
- 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
|
- 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}}`
|
Loading…
Add table
Reference in a new issue