[ 源代码: libxml-descent-perl ]
软件包: libxml-descent-perl (1.04-4)
libxml-descent-perl 的相关链接
Trisquel 的资源:
下载源码包 libxml-descent-perl:
- [libxml-descent-perl_1.04-4.dsc]
- [libxml-descent-perl_1.04.orig.tar.gz]
- [libxml-descent-perl_1.04-4.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Bas Couwenberg
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module for recursive descent XML parsing
The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML).
XML grammar is recursive - so it's nice to be able to write recursive parsers for it. XML::Descent allows such parsers to be created.
其他与 libxml-descent-perl 有关的软件包
|
|
|
-
- dep: libxml-tokeparser-perl
- Simplified interface to XML::Parser
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language