Additions:
||-i input-file||Read input from input-file otherwise use stdin||
Additions:
||-f xslt-file||read xslt script from file||
||-v||if -v is given then the remaining args are treated as name/value pairs and assigned to xslt external variables||
[[Commands]]
||-v||if -v is given then the remaining args are treated as name/value pairs and assigned to xslt external variables||
[[Commands]]
Deletions:
||-v|| if -v is given then the remaining args are treated as name/value pairs and assigned to xslt external variables||
Additions:
xslt1 [ [[SerializationOptions serialization options]] ] [-f xslt file] [-v] [var value [var value]]
||-f xslt-file|| read xslt script from file||
||-v|| if -v is given then the remaining args are treated as name/value pairs and assigned to xslt external variables||
Supports the standard [ [[SerializationOptions serialization options]] ]
xslt1 -f /path/file.xsl -i foo.xml
||-f xslt-file|| read xslt script from file||
||-v|| if -v is given then the remaining args are treated as name/value pairs and assigned to xslt external variables||
Supports the standard [ [[SerializationOptions serialization options]] ]
xslt1 -f /path/file.xsl -i foo.xml
Deletions:
-f xslt-file read xslt script from file
-v if -v is given then the remaining args are treated as name/value pairs and assigned to xslt external variables
-method output-method Changes the default output method for serialzation. Must be one of (xml,html,xhtml,text)
$ xslt1 -f /path/file.xsl -i foo.xml