Name : perl-XML-Parser-Lite-Tree
| |
Version : 0.03
| Vendor : Mandriva
|
Release : 2mdk
| Date : 2005-09-10 22:37:16
|
Group : Development/Perl
| Source RPM : perl-XML-Parser-Lite-Tree-0.03-2mdk.src.rpm
|
Size : 0.01 MB
| |
Packager : Pascal Terjan < pterjan_mandriva_org>
| |
Summary : Lightweight XML tree builder
|
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.
|
RPM found in directory: /vol/rzm6/linux-mandriva/devel/2006.0/i586/media/contrib |