Great! I'll see if I can do the same with the CSV module that I wrote.
regards, Francisco Obispo Director of Applications and Services - ISC email: [email protected] Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE On Nov 26, 2012, at 11:05 AM, Robert Rothenberg <[email protected]> wrote: > Thanks. I guessed that was something I needed to do. > > One note: when initializing a new XML::Writer object, you can pass $c->res > as the OUTPUT, and XML::Writer will do the right thing, apparently, since it > has a print method. > > Also, sending an empty string to body > > $c->res->body("") > > is enough. > > > > On 26/11/12 17:54 Francisco Obispo wrote: > _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
