| Paketname | libxml-sax-expat-incremental-perl | 
| Beschreibung | XML::SAX::Expat subclass for non-blocking (incremental) parsing | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.05-1 | 
| Sektion | 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 | Debian Perl Group  | 
| Quelle |  | 
| Paketgröße | 8444 Byte | 
| Prüfsumme MD5 | 05af5cdaf3fd054fefc6470d161c689e | 
| Prüfsumme SHA1 | 9859019b9959cb9bd02cd5706155edea15f37237 | 
| Prüfsumme SHA256 | 8c509fca4862524c251a634630ff1d005f01ea98c66b14df5ff41955045acf1a | 
| Link zum Herunterladen | libxml-sax-expat-incremental-perl_0.05-1_all.deb | 
| 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.
 |