DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibxml-filter-detectws-perl
BeschreibungPerl module for detecting ignorable whitespace
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.01-7
Sektionuniverse/perl
Prioritätoptional
Installierte Größe76 Byte
Hängt ab vonperl, libxml-filter-saxt-perl
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße13010 Byte
Prüfsumme MD5d40944a997092fa99744ab629cb13c3f
Prüfsumme SHA1cfa69c112fc346b06af48715cec6aae0af49ff99
Prüfsumme SHA256d649b90bd6369440fbe36b16013a2986e20b2e07ae4f4817203344e2e677d5af
Link zum Herunterladenlibxml-filter-detectws-perl_0.01-7_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds