aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Reader/pkg-descr
blob: 89ce6e741710181026b3f9a02ddc2465468f07b8 (plain) (blame)
1
2
3
4
5
XML::Reader provides a simple and easy to use interface for
sequentially parsing XML files (so called "pull-mode" parsing)
and at the same time keeps track of the complete XML-path.

It was developped as a wrapper on top of XML::Parser.