blob: d19b5a4666ba6a445d5fcddd1ee65c6f2b41a5d3 (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
WWW: http://search.cpan.org/dist/XML-Reader/
|