openbsd-ports/textproc/p5-XML-TreePP/pkg/DESCR
nigel c01d4b8837 pure Perl implementation for parsing/writing XML documents
required for p5-WWW-YouTube-Download

Maintainer:  Mikolaj Kucharski <mikolaj@kucharski.name>

Ok nigel@
2012-01-24 00:25:56 +00:00

6 lines
345 B
Plaintext

XML::TreePP module parses an XML document and expands it to a hash tree
or generates an XML document from a hash tree as the opposite way
around. This is a pure Perl implementation and requires no modules
depended. This can also fetch and parse an XML document from remote web
server like the XMLHttpRequest object does at JavaScript language.