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.