http://qs1969.pair.com?node_id=619149


in reply to Re: XML::Writer
in thread XML::Writer

I don't have the answer to your specific question however you might take a look at XML::API which does create/return strings of xml.

Replies are listed 'Best First'.
Re^2: XML::Writer
by Devanchya (Beadle) on Aug 21, 2008 at 01:42 UTC
    This requires IO::String, but this is one method to put the value of the output into a string: my $xml; my $output = IO::String->new($xml); my $w = new XML::Writer(OUTPUT => $output, ... etc
    Even smart people are dumb in most things...