XML::Handler::YAWriter

XML::Handler::YAWriter is a yet another Perl SAX XML Writer.
Download

XML::Handler::YAWriter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Koehne
  • Publisher web site:
  • http://search.cpan.org/~kraehe/XML-Filter-Hekeln-0.06/Hekeln.pm

XML::Handler::YAWriter Tags


XML::Handler::YAWriter Description

XML::Handler::YAWriter is a yet another Perl SAX XML Writer. XML::Handler::YAWriter is a yet another Perl SAX XML Writer.SYNOPSIS use XML::Handler::YAWriter; my $ya = new XML::Handler::YAWriter( %options ); my $perlsax = new XML::Parser::PerlSAX( 'Handler' => $ya );YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are that I needed a flexible escaping technique, and want some kind of pretty printing. If an instance of YAWriter is created without any options, the default behavior is to produce an array of strings containing the XML in : @{$ya->{Strings}} Requirements: · Perl


XML::Handler::YAWriter Related Software