[ bianca ]
[ 源代码: libxml-descent-perl ]
软件包:libxml-descent-perl(1.04-7)
libxml-descent-perl 的相关链接
下载源码包 libxml-descent-perl:
- [libxml-descent-perl_1.04-7.debian.tar.xz]
- [libxml-descent-perl_1.04-7.dsc]
- [libxml-descent-perl_1.04.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [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