in reply to XML::Simple bug? aka I want the whitespace dude!
Sidestepping the actual question you pose, these are the kind of things that make me avoid XML::Simple for much of anything. Using it to access an XML config file is probably ok -- especially since it's what the wonderful Config::Auto uses -- but beyond that, I'd reach for something else. My favorite something else is currently XML::TreeBuilder. It's a subclass of HTML::TreeBuilder, and shares the same power hidden behind a pretty darned nice interface.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple bug? aka I want the whitespace dude!
by Jenda (Abbot) on Aug 23, 2005 at 17:33 UTC |