pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS import: pkgsrc/textproc/p5-XML-TokeParser



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Fri Sep 11 15:08:39 UTC 2015

Update of /cvsroot/pkgsrc/textproc/p5-XML-TokeParser
In directory ivanova.netbsd.org:/tmp/cvs-serv12266

Log Message:
Import p5-XML-TokeParser 0.05 to pkgsrc

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" to learn what methods are available for
inspecting the token, and retrieving data from it.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc_base
                
N pkgsrc/textproc/p5-XML-TokeParser/Makefile
N pkgsrc/textproc/p5-XML-TokeParser/DESCR
N pkgsrc/textproc/p5-XML-TokeParser/distinfo

No conflicts created by this import




Home | Main Index | Thread Index | Old Index