全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libxml-struct-perl  ]

软件包:libxml-struct-perl(0.27-1)

libxml-struct-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libxml-struct-perl

维护小组:

外部的资源:

相似软件包:

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.

标签: 软件开发: Perl 开发, 函数库, 实做语言: Perl

其他与 libxml-struct-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libxml-struct-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 33.4 kB78.0 kB [文件列表]