in reply to Re: Parse XML to my own objects?
in thread Parse XML to my own objects? (aka XML Data Binding)
Thanks, but in the same way as XML::Parser, it doesn't quite do what I want — decodes to a data structure, not an object structure, and then afterwards instantiates the data into objects. I'd rather not have to descend the data tree after the fact, examining it for structural correctness in one omniscient sub and blessing it piecemeal into objects… So far as I can see, the one-method-per-class thing I'm looking for is eminently possible but may just not yet have been implemented.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parse XML to my own objects?
by jeffa (Bishop) on Jun 28, 2005 at 14:53 UTC | |
|
Re^3: Parse XML to my own objects?
by bibliophile (Prior) on Jun 28, 2005 at 14:11 UTC |