xml::filter::xslt(3pm) debian man page | unix.com

Man Page: xml::filter::xslt

Operating Environment: debian

Section: 3pm

XML::Filter::XSLT(3pm)					User Contributed Perl Documentation				    XML::Filter::XSLT(3pm)

NAME
XML::Filter::XSLT - XSLT as a SAX Filter
SYNOPSIS
use XML::SAX::ParserFactory; use XML::Filter::XSLT; use XML::SAX::Writer; my $writer = XML::SAX::Writer->new(); my $filter = XML::Filter::XSLT->new(Handler => $writer); my $parser = XML::SAX::ParserFactory->parser( Handler => $filter); $filter->set_stylesheet_uri("foo.xsl"); $parser->parse_uri("foo.xml");
DESCRIPTION
AUTHOR
LICENSE
perl v5.10.1 2002-02-25 XML::Filter::XSLT(3pm)
Related Man Pages
test::xml::sax(3pm) - debian
xml::filter::buffertext(3pm) - debian
xml::sax::machines(3pm) - debian
xml::sax::manifold(3pm) - debian
xml::sax::parserfactory(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph