The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:XSLT"

XSLT.pm River stage zero No dependents

JOSTEN/xslt-parser-0.13 - 26 Aug 1999 11:25:59 UTC

PApp::XSLT - wrapper for an XSLT implementation River stage zero No dependents

The PApp::XSLT module is more or less a wrapper around an unnamed XSLT implementation (currently XML::Sablotron or XML::LibXSLT, chosen at runtime, should be moderately easy to add XML::Transformiix or XML::XSLT). POD ERRORS Hey! The above document h...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC

XSLT::Cache - Transparent preparsing and caching XSLT documents River stage zero No dependents

Using XSLT in real life often leads to the need of preliminary parsing and caching XSLT documents before applying them to incoming XML trees. This module makes caching transparent and allows the user not to think about that. It is possible to make ca...

ANDY/XSLT-Cache-0.3 - 25 Jan 2009 12:14:53 UTC

XSLT::Dependencies - Finds all the files included or imported by particular XSLT River stage zero No dependents

XSLT::Dependencies scans the given XSTL file and all the files it includes by "xsl:include" or "xsl:import" directives. new Creates a new instance of XSLT::Dependencies object. my $dep = new XSLT::Dependencies; explore Scans a file together with all ...

ANDY/XSLT-Dependencies-0.2 - 14 Feb 2010 15:44:45 UTC

XML::XSLT - A perl module for processing XSLT River stage one • 1 direct dependent • 1 total dependent

This module implements the W3C's XSLT specification. The goal is full implementation of this spec, but we have not yet achieved that. However, it already works well. See "XML::XSLT Commands" for the current status of each command. XML::XSLT makes use...

JSTOWE/XML-XSLT-0.48 - 20 Feb 2004 08:45:38 UTC

XML::GDOME::XSLT - Interface to the gnome libxslt library River stage zero No dependents

This module is 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....

TJMATHER/XML-GDOME-XSLT-0.75 - 16 Feb 2002 17:13:56 UTC

XML::Filter::XSLT - XSLT as a SAX Filter River stage zero No dependents

MSERGEANT/XML-Filter-XSLT-0.03 - 25 Feb 2002 13:11:12 UTC

Any::Renderer::XSLT - render by XLST of XML element representation of data structure River stage one • 1 direct dependent • 1 total dependent

Any::Renderer::XSLT renders a Perl data structure as an interstitial XML representation (via Any::Renderer::XML) and then proceeds to apply a XSLT transformation to it to generate the final output. XSL Templates expressed as filenames are cached usin...

BBC/Any-Renderer-1.014 - 19 Sep 2006 11:00:10 UTC

PApp::XSLT::LibXSLT - wrapper for an XSLT implementation River stage zero No dependents

The PApp::XSLT::LibXSLT module is a wrapper around XML::LibXSLT. Unless you specifically need XML::LibXSLT you should see PApp::XSLT. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 6: =over is the la...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC

Catalyst::View::XSLT - XSLT View Class River stage one • 1 direct dependent • 1 total dependent

This is a "XSLT" view class for Catalyst. Your application should defined a view class which is a subclass of this module. The easiest way to achieve this is using the myapp_create.pl script (where myapp should be replaced with whatever your applicat...

JANUS/Catalyst-View-XSLT-0.09 - 08 Feb 2013 22:37:58 UTC

Ambrosia::View::XSLT - it is VIEW in MVC. River stage zero No dependents

"Ambrosia::View::JSON" - it is VIEW in MVC. Returns result in XML or HTML....

KNM/Ambrosia-0.010 - 30 Jun 2012 07:09:43 UTC

XML::DOM::Lite::XSLT - XSLT engine for XML::DOM::Lite River stage one • 1 direct dependent • 2 total dependents

RHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 UTC

PApp::XSLT::Sablotron - wrapper for an XSLT implementation River stage zero No dependents

The PApp::XSLT::Sablotron module is a wrapper around XML::Sablotron. Unless you specifically need Sablotron you should see PApp::XSLT. DEPRECATED: DO NOT USE THIS IN NEW CODE. POD ERRORS Hey! The above document had some coding errors, which are expla...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC

Embperl::Recipe::XSLT - recipe for performing an XSLT transformation River stage one • 3 direct dependents • 3 total dependents

This recipe does an XSLT transformation....

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC

Template::Plugin::XSLT - Transform XML fragments into something else River stage zero No dependents

This plugin for the Template Toolkit uses "XML::LibXSLT" to transform a chunk of XML through a filter. If the stylesheet is not valid, or if the XML does not parse, an exception will be raised. You can pass parameters to the stylesheet as configurati...

SCOTT/Template-Plugin-XSLT-1.2 - 25 Jun 2005 22:28:54 UTC

Plack::Middleware::XSLT - XSLT transformations with Plack River stage zero No dependents

Plack::Middleware::XSLT converts XML response bodies to HTML, XML, or text using XML::LibXSLT. The XSLT stylesheet is specified by the environment variable 'xslt.style'. If this variable is undefined or empty, the response is not altered. This rather...

NWELLNHOF/Plack-Middleware-XSLT-0.30 - 18 Oct 2014 18:14:30 UTC

WebSource::Extract::xslt - Apply an XSL Stylesheet to the input River stage zero No dependents

This flavor of the Extract operator applies an XSL stylesheet to the input an returns the transformation result. Such an extraction operator should be described as follows : <ws:extract type="xslt" name="opname" forward-to="ops"> <xsl:stylesheet> ......

HABEGGER/WebSource-2.4.5 - 09 Jun 2010 10:22:18 UTC

Apache2::AutoIndex::XSLT - XSLT Based Directory Listings River stage zero No dependents

This module is designed as a drop in mod_perl2 replacement for the mod_dir and mod_index modules. It uses user configurable XSLT stylesheets to generate the directory listings. THIS CODE IS INCOMPLETE -- THIS IS A DEVELOPMENT RELEASE!...

NICOLAW/Apache2-AutoIndex-XSLT-0.04 - 14 Dec 2007 18:07:15 UTC

Magpie::Transformer::XSLT - XSLT Pipeline Transformer River stage zero No dependents

KHAMPTON/Magpie-1.163200 - 15 Nov 2016 16:10:21 UTC

XML::Filter::XSLT::LibXSLT - LibXSLT SAX Filter River stage zero No dependents

See above. This is a black box!...

MSERGEANT/XML-Filter-XSLT-0.03 - 25 Feb 2002 13:11:12 UTC
35 results (0.017 seconds)