套件: libxml-filter-detectws-perl (0.01-7)
libxml-filter-detectws-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libxml-filter-detectws-perl:
- [libxml-filter-detectws-perl_0.01-7.dsc]
- [libxml-filter-detectws-perl_0.01.orig.tar.gz]
- [libxml-filter-detectws-perl_0.01-7.diff.gz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Jay Bonci
- Ansgar Burchardt
外部的資源:
- 主頁 [search.cpan.org]
相似套件:
Perl module for detecting ignorable whitespace
The XML::Filter::DetectWS module is a PerlSAX filter that detects which character data contains ignorable whitespace and optionally filters it.
The XML spec defines ignorable whitespace as the character data found in elements that were defined in an <!ELEMENT> declaration with a model of 'EMPTY' or 'Children' (Children is the rule that does not contain '#PCDATA').
In addition, XML::Filter::DetectWS allows the user to define other whitespace to be ignorable. The ignorable whitespace is passed to the PerlSAX Handler with the ignorable_whitespace handler, provided that the Handler implements this method. Otherwise it is passed to the characters handler. If the SkipIgnorableWS is set, the ignorable whitespace is simply discarded. XML::Filter::DetectWS also takes xml:space attributes into account.
CDATA sections are passed in the standard PerlSAX way (i.e. with surrounding start_cdata and end_cdata events), unless the Handler does not implement these methods. In that case, the CDATA section is simply passed to the characters method.
其他與 libxml-filter-detectws-perl 有關的套件
|
|
|
-
- dep: libxml-filter-saxt-perl
- Perl module for replicating events to several event handlers
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language