summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser-EasyTree/pkg-descr
blob: 93c6d28791289f66fef24a7ad018614f82a80963 (plain) (blame)
1
2
3
4
5
XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to
XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the
parser to build a lightweight tree structure representing the XML document.
This structure is, at least in this author's opinion, easier to work with than
the one created by the built-in style.