| XML-DOM-Lite documentation | view source | Contained in the XML-DOM-Lite distribution. |
XML::DOM::Lite::XSLT - XSLT engine for XML::DOM::Lite
use XML::DOM::Lite qw(Parser XSLT); $parser = Parser->new( whitespace => 'strip' ); $xsldoc = $parser->parse($xsl); $xmldoc = $parser->parse($xml); $output = XSLT->process($xmldoc, $xsldoc);
Copyright (C) 2005 Richard Hundt <richard NO SPAM AT protea-systems.com>
Google - for implementing the XPath and XSLT JavaScript libraries which I shamelessly stole
This library is free software and may be used under the same terms as Perl itself.
| XML-DOM-Lite documentation | view source | Contained in the XML-DOM-Lite distribution. |