xslt

NAME

xslt.raku - Run a simple XSLT transform

SYNOPSIS

xslt.raku [-xsl=<stylesheet>] <doc>

Options: --xsl external stylesheet location

DESCRIPTION

Tiny Raku script to run an XSLT transformation using LibXSLT.

Result is output to stdout.

=cut

LibXSLT v0.1.2

Interface to the GNOME libxslt library

Authors

  • David Warring

License

Artistic-2.0

Dependencies

LibXML:ver<0.6.13+>Method::Also

Test Dependencies

Provides

  • LibXSLT
  • LibXSLT::Config
  • LibXSLT::Document
  • LibXSLT::Enums
  • LibXSLT::ExtensionContext
  • LibXSLT::Raw
  • LibXSLT::Raw::Defs
  • LibXSLT::Security
  • LibXSLT::Stylesheet
  • LibXSLT::TransformContext

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.