パッケージ: libxml-filter-reindent-perl (0.03-8.1)
libxml-filter-reindent-perl に関するリンク
Debian の資源:
libxml-filter-reindent-perl ソースパッケージをダウンロード:
- [libxml-filter-reindent-perl_0.03-8.1.dsc]
- [libxml-filter-reindent-perl_0.03.orig.tar.gz]
- [libxml-filter-reindent-perl_0.03-8.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module for reformatting whitespace for pretty printing XML
XML::Filter::Reindent 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'
その他の libxml-filter-reindent-perl 関連パッケージ
|
|
|
|
-
- dep: libxml-filter-detectws-perl
- Perl module for detecting ignorable whitespace
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- sug: libxml-handler-composer-perl
- Perl module for generating XML output