| Paketname | libxml-filter-detectws-perl |
| Beschreibung | Perl module for detecting ignorable whitespace |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.01-7 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 76 Byte |
| Hängt ab von | perl, libxml-filter-saxt-perl |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 12984 Byte |
| Prüfsumme MD5 | d21db999d42e2b0ebae02b43c45abde1 |
| Prüfsumme SHA1 | aaedb40876848d15991e82ca7d7dda2b12301b9f |
| Prüfsumme SHA256 | 672932b0e4cafa85259b98d9fbd82b7194496e1c288854372a8124742419b651 |
| Link zum Herunterladen | libxml-filter-detectws-perl_0.01-7_all.deb |
| Ausführliche Beschreibung | 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 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.
|