SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-XML-Parser-EasyTree
Version : 0.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.6.1 Date : 2023-01-27 16:55:35
Group : Development/Libraries/Perl Source RPM : perl-XML-Parser-EasyTree-0.01-lp154.6.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Easier tree style for XML::Parser
Description :
XML::Parser::EasyTree adds a new \"built-in\" style called \"EasyTree\" to
XML::Parser. Like XML::Parser\'s \"Tree\" style, setting this style causes the
parser to build a lightweight tree structure representing the XML document.
This structure is, at least in this author\'s opinion, easier to work with
than the one created by the built-in style.

When the parser is invoked with the EasyTree style, it returns a reference
to an array of tree nodes, each of which is a hash reference. All nodes
have a \'type\' key whose value is the type of the node: \'e\' for element
nodes, \'t\' for text nodes, and \'p\' for processing instruction nodes. All
nodes also have a \'content\' key whose value is a reference to an array
holding the element\'s child nodes for element nodes, the string value for
text nodes, and the data value for processing instruction nodes. Element
nodes also have an \'attrib\' key whose value is a reference to a hash of
attribute names and values. Processing instructions also have a \'target\'
key whose value is the PI\'s target.

EasyTree nodes are ordinary Perl hashes and are not objects. Contiguous
runs of text are always returned in a single node.

The reason the parser returns an array reference rather than the root
element\'s node is that an XML document can legally contain processing
instructions outside the root element (the xml-stylesheet PI is commonly
used this way).

If the parser\'s Namespaces option is set, element and attribute names will
be prefixed with their (possibly empty) namespace URI enclosed in curly
brackets.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-XML-Parser-EasyTree-0.01-lp154.6.1.noarch.rpm
     

Provides :
perl(XML::Parser::EasyTree)
perl-XML-Parser-EasyTree

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/EasyTree.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-XML-Parser-EasyTree
/usr/share/doc/packages/perl-XML-Parser-EasyTree/Changes
/usr/share/doc/packages/perl-XML-Parser-EasyTree/README
/usr/share/man/man3/XML::Parser::EasyTree.3pm.gz

 
ICM