Bug#766238: ITP: libxml-struct-perl -- represent XML as data structure preserving element order

Jonas Smedegaard dr at jones.dk
Tue Oct 21 17:51:29 UTC 2014


Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr at jones.dk>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

* Package name    : libxml-struct-perl
  Version         : 0.23
  Upstream Author : Jakob Voß
* URL             : https://github.com/nichtich/XML-Struct
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : 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.

Needed by libcatmandu-sru-perl.

Will be maintained in the Perl team.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAEBCgBmBQJURp0hXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWW0wH/Rcwoi5pl0LwB3cVIUOLntGy
Y+TtoPzftfxCbt3AUpImTmEGnnYy8DwsuX+deoRMmEVoH9wFKds6SEsETAk89k5Z
8xybbtZyci/HXNa8Eife021b50Vf8otTsKDOfLzfTcZKCLe6EpRjp3cJ5vwE19U5
eklNZrKYP8JAJ52djebTJgry9MkFfyP+TPw1A2VH5QZETAiRDe0NrKBdMbSPs89B
Tyg2yP+8rA0LeMYLy4WCQINRRosybZ7VmTvYwahaQiKNIBz/oh/IEfSldmSQqE2q
TxMiG/m2tdqqFrdEbdWwLdpbMQlcTSOd4kUQJQv12j9RC+18GOx4ZyYjg4UIGT8=
=XQfW
-----END PGP SIGNATURE-----



More information about the pkg-perl-maintainers mailing list