![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: How to simplify the datastructure returned by XML::Twigby demerphq (Chancellor) |
on Nov 06, 2005 at 13:17 UTC ( #506106=note: print w/replies, xml ) | Need Help?? |
You could patch the ticker to return the data in its flat record, parent pointer form instead of as a recursive data structure. Building the tree from the flat structure is a lot easier than reading the nested XML. And now ive patched the ticker to do just this. And return some additional information. Try using 'flattree=1' to get the new output. Also, the ticker now responds to xmlstyle settings and has the customary info tag with data about the ticker and stuff like that. You can build a fully connected tree structure from the "flattree" output quite easily. The algorithm is as follows:
You are guaranteed that this will work. You dont need to worry about the parent not existing, or anything like that.
--- $world=~s/war/peace/g
In Section
Seekers of Perl Wisdom
|
|