XML::Sablotron

XML::Sablotron is a Perl interface to the Sablotron XSLT processor.
Download

XML::Sablotron Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Pavel Hlavnicka
  • Publisher web site:
  • http://search.cpan.org/~pavelh/XML-Sablotron-1.01/Sablotron.pm

XML::Sablotron Tags


XML::Sablotron Description

XML::Sablotron is a Perl interface to the Sablotron XSLT processor. XML::Sablotron is a Perl interface to the Sablotron XSLT processor.SYNOPSIS use XML::Sablotron qw (:all); Process(.....);If you prefer an object approach, you can use the object wrapper: $sab = new XML::Sablotron(); $sab->runProcessor($template_url, $data_url, $output_url, @params, @arguments); $result = $sab->getResultArg($output_url);Note, that the Process function as well as the SablotProcess function are deprecated. See the "USAGE" section for more details.This package is a interface to the Sablotron API.Sablotron is an XSLT processor implemented in C++ based on the Expat XML parser.If want to run this package, you need download and install Sablotron from the http://www.gingerall.cz/charlie-bin/get/webGA/act/download.act page. The Expat XML parser is needed by Sablotron ()See Sablotron documentation for more details.You do _not_ need to download any other Perl packages to run the XML::Sablotron package.Since version 0.60 Sablotron supports DOM Level2 methods to access parsed trees, modify them and process them, as well as serialize them into files etc. The DOM trees are not dependent on the processor object, so you may use them for data or stylesheet caching.Requirements:· Perl Requirements: · Perl


XML::Sablotron Related Software