XML::LibXSLT Perl Module
This module is a fast XSLT library, based on the GNOME libxslt engine
that you can find at http://www.xmlsoft.org/XSLT/.
The performance is currently about twice that of XML::Sablotron (based
on XSLTMark tests converted to Perl). The libxslt processor is also
highly standard compliant, with practically all of XSLT 1.0 being
supported in version 0.9 of libxslt.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-XML-LibXSLT && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
XML-LibXSLT-1.92.tar.gz | 0000113741 111 KB | |
perl-XML-LibXSLT.changes | 0000010313 10.1 KB | |
perl-XML-LibXSLT.spec | 0000001925 1.88 KB |
Revision 31 (latest revision is 41)
Stephan Kulow (coolo)
accepted
request 242652
from
Stephan Kulow (coolo)
(revision 31)
- updated to 1.92 - Add scripts/tag-release.pl . 1.91 2014-04-12 - t/cpan-changes.t : minimum version of Test::CPAN::Changes. - This is to avoid test failures such as: - http://www.cpantesters.org/cpan/report/5af7d5eb-6bfa-1014-b84e-eb85912f2992 1.90 2014-04-10 - Handle $Config{dlext} correctly on Windows. - https://rt.cpan.org/Ticket/Display.html?id=94516 - Thanks to kmx for the report and fix. - Add t/pod.t . - Fix some POD problems. - Add t/cpan-changes.t and convert Changes to CPAN::Changes format. - Add t/style-trailing-space.t. - Remove trailing whitespace. 1.89 2014-03-05 - Fix memory management of node-sets returned from extension functions. Without calling xsltExtensionInstructionResultRegister, node-sets could be freed too early, leading to strange errors or segfaults. - https://bugzilla.gnome.org/show_bug.cgi?id=562302 - https://rt.cpan.org/Ticket/Display.html?id=93349 - Thanks to Alexander Schepanovski for the report. - Document input_callbacks methods - Don't register libxml2 input callbacks twice - https://rt.cpan.org/Public/Bug/Display.html?id=60313 - Fix memory leak with extension functions returning node lists - https://rt.cpan.org/Public/Bug/Display.html?id=55623
Comments 0