Capture output from XML::Writer
http://search.cpan.org/perldoc?XML::Writer::String
This module 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.
Refresh
Refresh
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
XML-Writer-String-0.1.tar.gz | 0000005426 5.3 KB | almost 10 years | |
perl-XML-Writer-String.changes | 0000000939 939 Bytes | over 7 years | |
perl-XML-Writer-String.spec | 0000002389 2.33 KB | over 7 years |
Comments for perl-XML-Writer-String 0