Name : perl-XML-Mini
| |
Version : 1.38
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.6.1
| Date : 2023-07-20 17:17:15
|
Group : Development/Libraries/Perl
| Source RPM : perl-XML-Mini-1.38-lp155.6.1.src.rpm
|
Size : 0.17 MB
| |
Packager : https://www_suse_com/
| |
Summary : Perl implementation of the XML::Mini XML create/parse interface.
|
Description :
XML::Mini is a set of Perl classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. The MiniXML API has both Perl and PHP implementations.
It provides an easy, object-oriented interface for manipulating XML documents and their elements. It is currently being used to send requests and understand responses from remote servers in Perl or PHP applications. An XML::Mini based parser is now being tested within the RPC::XML framework.
XML::Mini does not require any external libraries or modules and is pure Perl. If available, XML::Mini will use the Text::Balanced module in order to escape limitations of the regex-only approach (eg \"cross-nested\" tag parsing).
The Mini.pm module includes a number of variables you may use to tweak XML::Mini\'s behavior. These include:
$XML::Mini::AutoEscapeEntities - when greater than 0, the values set for nodes are automatically escaped, thus $element->text(\'4 is > 3\') will set the contents of the appended node to \'4 is > 3\'. Default setting is 1.
$XML::Mini::IgnoreWhitespaces - when greater than 0, extraneous whitespaces will be ignored (maily useful when parsing). Thus < mytag> Hello There < /mytag> will be parsed as containing a text node with contents \'Hello There\' instead of \' Hello There \'. Default setting is 1.
$XML::Mini::CaseSensitive - when greater than 0, element names are treated as case sensitive. Thus, $element->getElement(\'subelement\') and $element->getElement(\'SubElement\') will be equivalent. Defaults to 0.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-X/15.5/noarch |