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

NAME

XML::XPathScript - Stand alone XPathScript

SYNOPSIS

  use XML::XPathScript;
  my $xps = XML::XPathScript->new(xml => $xml, stylesheet => $stylesheet);
  $xps->process;

DESCRIPTION

This is a standalone version of XPathScript, originally part of the AxKit project at http://axkit.org/

XPathScript is a stylesheet language similar in many ways to XSLT (in concept, not in appearance), for transforming XML from one format to another format (possibly HTML).

The documentation for the XPathScript language is available on the AxKit web site at the URL above.

USAGE

TODO

BUGS

Currently output is to STDOUT. I'd like to fix this, though my time on this module is limited as I do not personally have a use for this module, since I mainly just use AxKit itself. Patches welcome.

AUTHOR

Matt Sergeant, matt@sergeant.org

LICENSE

This is free software. You may distribute it under the same terms as Perl itself.