The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.60

  • fix a huge memory leak in transform_file (bug #1314)
  • make it clear from the docs that output_string returns bytes (bug #8875)
  • added missing type-casting to fix compile-time warnings (bug #18508)
  • using call_* instead of perl_call_* (perl_ variants are obsolete)
  • in callbacks, POPs on error before croaking, otherwise it has no effect (and we probably leak)
  • added test case which used to fail (provided in rt #15723)
  • apply patch for Makefile.PL for non-standard libxslt paths (bug #16224)
  • fix segfault with registered functions returning nodes
  • fix leaks in parse_stylesheet
  • error reporting

Modules

Interface to the gnome libxslt library

Provides

in Driver/BaseClass.pm
in Driver/LibXSLT.pm
in Driver/Sablotron.pm
in Driver/Sablotron.pm