2002-12-04 20:33:47 +01:00
|
|
|
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
|
2003-08-30 04:14:19 +02:00
|
|
|
data to the specified object (or STDOUT) via its print()
|
2002-12-04 20:33:47 +01:00
|
|
|
method. This module simulates such an object for the spe-
|
|
|
|
cific purpose of providing the required print() method.
|