Command xslt1


Name

xslt1 executes an XSLT Version 1 transformation and print the result

Synopsis

xslt1 [ serialization options ] [-f xslt file] [-v] [var value [var value]]

Description

-i input-fileRead input from input-file otherwise use stdin
-f xslt-fileread xslt script from file
-vif -v is given then the remaining args are treated as name/value pairs and assigned to xslt external variables

Supports the standard [ serialization options ]

Example


xslt1 -f /path/file.xsl -i foo.xml


Notes

xslt1 uses the Saxon 6.5.5 implementation of XSLT. It should only be used if the version 2 xslt command does not work properly. The xslt1 command is not as fully featured, and forces serialization on the output even if redirected to an xml variable.


Return Value

Returns 0 if the the xslt executed successfully. otherwise 1


Commands
CategoryCommands

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki