Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > b1d11f8f5b8ec2b9fbfb699bb4f866c7

perl-XML-Parser-Lite-Tree-0.120.0-2.mga1.src.rpm

Description:

This is a singleton class for parsing XML into a tree structure. How does this
differ from other XML tree generators? By using XML::Parser::Lite, which is a
pure perl XML parser. Using this module you can tree-ify simple XML without
having to compile any C.

Each node contains a "type" key, one of "root", "tag" and "data". "root" is the
document root, and only contains an array ref "children". "tag" represents a
normal tag, and contains an array ref "children", a hash ref "attributes" and a
string "name". "data" nodes contain only a "content" string.

Generated packages:

Other version of this rpm: