Path to this page:
./
textproc/p5-XML-TokeParser,
Simplified interface to XML::Parser
Branch: CURRENT,
Version: 0.05nb8,
Package name: p5-XML-TokeParser-0.05nb8,
Maintainer: pkgsrc-usersXML::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.
Required to run:[
textproc/p5-XML-Parser] [
lang/perl5]
Master sites: (Expand)
Filesize: 10.731 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-XML-TokeParser-0.05nb8
- (2022-06-28) Updated to version: p5-XML-TokeParser-0.05nb7
- (2021-05-25) Updated to version: p5-XML-TokeParser-0.05nb6
- (2020-09-01) Updated to version: p5-XML-TokeParser-0.05nb5
- (2019-08-11) Updated to version: p5-XML-TokeParser-0.05nb4
- (2018-08-22) Updated to version: p5-XML-TokeParser-0.05nb3
CVS history: (Expand)