Thanks for these trevor - I've only just started so should save plenty of
time. One question about the data structure:

[root]
>    [...@attributes]
>        [attr1]
>    [node]
>        [node] = value
>

This would mean that to extract the plain tree structure you would have to:

filter keys(someArray) without "@*"

Isn't this unnecessarily slow? What do you think about:

   - put treeArray ["_tree"]["root"]["node"][1] into nodeContents
   - put treeArray ["_attribute"]["root"]["node"][1]["style"] into nodeStyle
   - put keys(treeArray ["_tree"]["root"]) into level1

I'll start playing with your scripts now.... so maybe I'll have a few
questions later :) Out of interest what do you use them for?
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to