Query: xml::filter::xslt
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML::Filter::XSLT(3pm) User Contributed Perl Documentation XML::Filter::XSLT(3pm)NAMEXML::Filter::XSLT - XSLT as a SAX FilterSYNOPSISuse 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");DESCRIPTIONAUTHORLICENSEperl v5.10.1 2002-02-25 XML::Filter::XSLT(3pm)
| Related Man Pages |
|---|
| xml::sax::parserfactory(3) - centos |
| xml::sax::parserfactory(3) - suse |
| xml::filter::buffertext(3pm) - debian |
| xml::filter::tee(3pm) - debian |
| xml::sax::parserfactory(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| New UNIX and Linux History Sections |