SGML::Parser::OpenSP

SGML::Parser::OpenSP module can parse SGML documents using OpenSP.
Download

SGML::Parser::OpenSP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Bjoern Hoehrmann
  • Publisher web site:
  • http://search.cpan.org/~bjoern/SGML-Parser-OpenSP-0.991/lib/SGML/Parser/OpenSP.pm

SGML::Parser::OpenSP Tags


SGML::Parser::OpenSP Description

SGML::Parser::OpenSP module can parse SGML documents using OpenSP. SGML::Parser::OpenSP module can parse SGML documents using OpenSP.SYNOPSIS use SGML::Parser::OpenSP; my $p = SGML::Parser::OpenSP->new; my $h = ExampleHandler->new; $p->catalogs(qw(xhtml.soc)); $p->warnings(qw(xml valid)); $p->handler($h); $p->parse("example.xhtml");This module provides an interface to the OpenSP SGML parser. OpenSP and this module are event based. As the parser recognizes parts of the document (say the start or end of an element), then any handlers registered for that type of an event are called with suitable parameters. Requirements: · Perl


SGML::Parser::OpenSP Related Software