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


in reply to XML::Writer

Nice review of this module. However, when I went to compile your example code I found a small error.

I believe the last line should read:

 $doc->close();

With this change the code compiled fine, and produced the expected output. Regardless of the small error, good review--short and to the point.

Replies are listed 'Best First'.
Re^2: XML::Writer
by mark838 (Initiate) on Oct 12, 2005 at 06:35 UTC
    When I try using xml::writer, part of my xml doc gets written then the program just hangs, I have tried flushing the buffer. This seems to work in allowing my script to write more data to the xml file. Even though it goes further it still hangs.