| Paketname | libxml-sax-expat-incremental-perl |
| Beschreibung | XML::SAX::Expat subclass for non-blocking (incremental) parsing |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.05-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 72 Byte |
| Hängt ab von | perl (>= 5.6.0-16), libxml-parser-perl, libxml-sax-expat-perl |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 8488 Byte |
| Prüfsumme MD5 | 3bd822332c53a3ebf44b8e29b9030a28 |
| Prüfsumme SHA1 | ff87304617cecfa2c3981ed01bb582874d816ce2 |
| Prüfsumme SHA256 | 793e722034598d571d85e81dd644ac80ae562f827ada7a498a7d01d9adce06aa |
| Link zum Herunterladen | libxml-sax-expat-incremental-perl_0.05-1_all.de |
| Ausführliche Beschreibung | Most XML parsers give a callback interface within an encapsulated loop and
eventually, when the XML source is depleted by the parser, the parse function
will return.
.
Sometimes you don't want the parser to control the loop for you. For example,
if you need to retrieve your XML in chunks in a funny way, you might need to
use a kind of iterator to get your XML data.
.
This module provides this possibility.
|