SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-XML-Parser-Lite-Tree rpm build for : OpenSuSE. For other distributions click perl-XML-Parser-Lite-Tree.

Name : perl-XML-Parser-Lite-Tree
Version : 0.140.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-08-06 22:40:25
Group : Unspecified Source RPM : perl-XML-Parser-Lite-Tree-0.140.0-lp156.1.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
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.

For example, the following XML:

< foo woo=\"yay\">< bar a=\"b\" c=\"d\" />hoopla< /foo>

Parses into the following tree:

\'children\' => [
{
\'children\' => [
{
\'children\' => [],
\'attributes\' => {
\'a\' => \'b\',
\'c\' => \'d\'
},
\'type\' => \'element\',
\'name\' => \'bar\'
},
{
\'content\' => \'hoopla\',
\'type\' => \'text\'
}
],
\'attributes\' => {
\'woo\' => \'yay\'
},
\'type\' => \'element\',
\'name\' => \'foo\'
}
],
\'type\' => \'root\'
};

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

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-XML-Parser-Lite-Tree-0.140.0-lp156.1.1.noarch.rpm
     

Provides :
perl(XML::Parser::Lite::Tree)
perl(XML::Parser::LiteCopy)
perl-XML-Parser-Lite-Tree

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/XML
/usr/lib/perl5/vendor_perl/5.26.1/XML/Parser
/usr/lib/perl5/vendor_perl/5.26.1/XML/Parser/Lite
/usr/lib/perl5/vendor_perl/5.26.1/XML/Parser/Lite/Tree.pm
/usr/lib/perl5/vendor_perl/5.26.1/XML/Parser/LiteCopy.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-XML-Parser-Lite-Tree
/usr/share/doc/packages/perl-XML-Parser-Lite-Tree/README
/usr/share/man/man3/XML::Parser::Lite::Tree.3pm.gz
/usr/share/man/man3/XML::Parser::LiteCopy.3pm.gz

 
ICM