1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/p5-XML-Parser-EasyTree/pkg-descr
Ying-Chieh Liao c60be64323 add p5-XML-Parser-EasyTree 0.01
Easier tree style for XML::Parser
2003-10-24 08:22:37 +00:00

6 lines
347 B
Plaintext

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.