[ ソース: libxml-writer-string-perl ]
パッケージ: libxml-writer-string-perl (0.1-3)
libxml-writer-string-perl に関するリンク
Debian の資源:
libxml-writer-string-perl ソースパッケージをダウンロード:
- [libxml-writer-string-perl_0.1-3.dsc]
- [libxml-writer-string-perl_0.1.orig.tar.gz]
- [libxml-writer-string-perl_0.1-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Capture output from XML::Writer
XML::Writer::String implements a bare-bones class specifically for the purpose of capturing data from the XML::Writer module. XML::Writer expects an IO::Handle object and writes XML data to the specified object (or STDOUT) via it"s print() method. This module simulates such an object for the specific purpose of providing the required print() method.
It is recommended that $writer->end() is called prior to calling $s->value() to check for well-formedness.