Package: libxml-struct-perl (0.27-3)
Links for libxml-struct-perl
Debian Resources:
Download Source Package libxml-struct-perl:
- [libxml-struct-perl_0.27-3.dsc]
- [libxml-struct-perl_0.27.orig.tar.gz]
- [libxml-struct-perl_0.27-3.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
represent XML as data structure preserving element order
XML::Struct implements a mapping between XML and Perl data structures. By default, the mapping preserves element order, so it also suits for "document-oriented" XML. In short, an XML element is represented as array reference with three parts:
[ $name => \%attributes, \@children ]
This data structure corresponds to the abstract data model of MicroXML <http://www.w3.org/community/microxml/>, a simplified subset of XML.
If your XML documents don't contain relevant attributes, you can also choose to map to this format:
[ $name => \@children ]
Both parsing (with XML::Struct::Reader or function readXML) and serializing (with XML::Struct::Writer or function writeXML) are fully based on XML::LibXML, so performance is better than XML::Simple and similar to XML::LibXML::Simple.
Other Packages Related to libxml-struct-perl
|
|
|
|
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: libxml-libxml-perl
- libxml2 라이브러리에 대한 펄 인터페이스
-
- dep: perl
- 래리 월의 Practical Extraction and Report Language
-
- enh: libcatmandu-perl
- metadata toolkit
Download libxml-struct-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 28.9 kB | 74.0 kB | [list of files] |
