NAME
xpathscript - XPathScript command-line utility
SYNOPSIS
xpathscript [-i] [-q=<query_string>] <xml_file> <stylesheet_file>
xpathscript [-i] [-q=<query_string>] <name>
DESCRIPTION
If the second type of call is used, xpathscript assumes that the xml source file and the XPathScript stylesheet are named <name>.xml and <name>.xps.
ARGUMENTS
- -i
-
Enable interpolation
- -q=<query_string>
-
query_string is passed as if it was a query string. E.g.,
xpathscript -q="page=3&images=no" doc.xml htmlify.xps
will act as if the document was requested from the web server with the url 'http://your.server.org/doc.xml?page=3&images=no'
SEE ALSO
XML::XPathScript
BUGS
Please send bug reports to <bug-xml-xpathscript@rt.cpan.org>, or via the web interface at http://rt.cpan.org/Public/Dist/Display.html?Name=XML-XPathScript .
AUTHOR
Yanick Champoux, <yanick@babyl.dyndns.org>