Paketname | libxml-filter-reindent-perl |
Beschreibung | Perl module for reformatting whitespace for pretty printing XML |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.03-7 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl, libxml-filter-detectws-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 11360 Byte |
Prüfsumme MD5 | 1b0a8ca95457124718ddff1dd5d84c84 |
Prüfsumme SHA1 | 5f3b6e041f043fb610ccf9b24a5c8c4e3afa1505 |
Prüfsumme SHA256 | 819e6d34fcce14f75d059be9aab0e5841c38aa0cb28fb4257f3b8578de90a6fc |
Link zum Herunterladen | libxml-filter-reindent-perl_0.03-7_all.deb |
Ausführliche Beschreibung | This module can be used as a PerlSAX filter to reformat an XML
document before sending it to a PerlSAX handler that prints it (like
XML::Handler::Composer).
.
Like XML::Filter::DetectWS, it detects ignorable whitespace and
blocks of whitespace characters in certain places. It uses this
information and information supplied by the user to determine where
whitespace may be modified, deleted or inserted. Based on the indent
settings, it then modifies, inserts and deletes characters and
ignorable_whitespace events accordingly.
.
This is just a first stab at the implementation. It may be buggy and
may change completely!
.
The suggested package is only needed for the example 'pretty.pl'
|