パッケージ: 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 (メールアーカイブ)
- 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