all options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: libxml-struct-perl  ]

Package: libxml-struct-perl (0.27-1)

Links for libxml-struct-perl

Screenshot

Debian Resources:

Download Source Package libxml-struct-perl:

Maintainers:

External Resources:

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.

Tags: Software Development: Perl Development, Libraries, Implemented in: Perl

Other Packages Related to libxml-struct-perl

  • depends
  • recommends
  • suggests
  • enhances

Download libxml-struct-perl

Download for all available architectures
Architecture Package Size Installed Size Files
all 33.4 kB78.0 kB [list of files]