Paquet : libxml-struct-perl (0.27-1)
Liens pour libxml-struct-perl
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source libxml-struct-perl :
- [libxml-struct-perl_0.27-1.dsc]
- [libxml-struct-perl_0.27.orig.tar.gz]
- [libxml-struct-perl_0.27-1.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
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.
Autres paquets associés à libxml-struct-perl
|
|
|
|
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: libxml-libxml-perl
- Perl interface to the libxml2 library
-
- dep: perl
- langage de rapports et d'extractions pratiques de Larry Wall
-
- enh: libcatmandu-perl
- metadata toolkit
Télécharger libxml-struct-perl
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 33,4 ko | 78,0 ko | [liste des fichiers] |