[ 原始碼: libxml-descent-perl ]
套件:libxml-descent-perl(1.04-6)
libxml-descent-perl 的相關連結
Debian 的資源:
下載原始碼套件 libxml-descent-perl:
- [libxml-descent-perl_1.04-6.dsc]
- [libxml-descent-perl_1.04.orig.tar.gz]
- [libxml-descent-perl_1.04-6.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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