in reply to Re: XML::Twig outputting root element start tag twice
in thread XML::Twig outputting root element start tag twice
Explicitly adding the $outfh is part of what I was avoiding, as it's not in the scope of the actual handlers in the real-life example. (XML::Twig has so much DWIMmery, I assumed specifying an output filehandle would be something pretty trivial.)
As to the formatting, it's because, while I'm using XML::Twig, other people in the project aren't (yet!), and the line-based -ness of the format is easier for them to handle. (Plus, I simply prefer the aesthetics of it.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Twig outputting root element start tag twice
by mirod (Canon) on Apr 19, 2006 at 06:06 UTC | |
by benizi (Hermit) on Apr 25, 2006 at 15:20 UTC |