The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

AUTHOR

Yanick Champoux, <yanick@babyl.dyndns.org>

VERSION

Version 0.2