libxml-tokeparser-perl

Simplified interface to XML::Parser

Description

XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens", each corresponding to an XML::Parser event.

A token is a bless'd reference to an array whose first element is an event-type string and whose last element is the literal text of the XML input that generated the event, with intermediate elements varying according to the event type.

Each token is an object of type XML::TokeParser::Token. Read XML::TokeParser::Token in the XML::TokeParser(3pm) manpage to learn what methods are available for inspecting the token, and retrieving data from it.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://search.cpan.org/dist/XML-TokeParser/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libxml-tokeparser-perl