./textproc/p5-XML-Descent, Recursive descent XML parsing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q2, Version: 1.04nb6, Package name: p5-XML-Descent-1.04nb6, Maintainer: pkgsrc-users

The 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.


Master sites: (Expand)

Filesize: 14.855 KB

Version history: (Expand)