XML::LibXSLT

Interface to the GNOME libxslt library
Download

XML::LibXSLT Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shlomi Fish
  • Publisher web site:
  • http://search.cpan.org/~shlomif/

XML::LibXSLT Tags


XML::LibXSLT Description

XML::LibXSLT is a Perl module, an interface to the GNOME project's libxslt. This is an extremely good XSLT engine, highly compliant and also very fast. I have tests showing this to be more than twice as fast as Sablotron.SYNOPSIS use XML::LibXSLT; use XML::LibXML; my $xslt = XML::LibXSLT->new(); my $source = XML::LibXML->load_xml(location => 'foo.xml'); my $style_doc = XML::LibXML->load_xml(location=>'bar.xsl', no_cdata=>1); my $stylesheet = $xslt->parse_stylesheet($style_doc); my $results = $stylesheet->transform($source); print $stylesheet->output_as_bytes($results);Product's homepage


XML::LibXSLT Related Software