Path to this page:
./
textproc/p5-XML-Descent,
Recursive descent XML parsing
Branch: CURRENT,
Version: 1.04nb8,
Package name: p5-XML-Descent-1.04nb8,
Maintainer: pkgsrc-usersThe conventional models for parsing XML are either DOM (a data structure
representing the entire document tree is created) or SAX (callbacks are
issued for each element in the XML).
XML grammar is recursive - so it's nice to be able to write recursive
parsers for it. XML::Descent allows such parsers to be created.
Required to run:[
lang/perl5] [
textproc/p5-XML-TokeParser]
Master sites: (Expand)
Filesize: 14.855 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-XML-Descent-1.04nb8
- (2022-06-28) Updated to version: p5-XML-Descent-1.04nb7
- (2021-05-25) Updated to version: p5-XML-Descent-1.04nb6
- (2020-09-01) Updated to version: p5-XML-Descent-1.04nb5
- (2019-08-11) Updated to version: p5-XML-Descent-1.04nb4
- (2018-08-22) Updated to version: p5-XML-Descent-1.04nb3
CVS history: (Expand)