mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
310 B
Plaintext
6 lines
310 B
Plaintext
The Perl 5 module XML::TreePP module parses an XML document and
|
|
expands it for a hash tree. This generates an XML document from a
|
|
hash tree as the opposite way around. It is a pure Perl implementation.
|
|
It can also fetch and parse an XML document from remote web server
|
|
like JavaScript's XMLHttpRequest object.
|