I come to you with a bit of a soft-question that might seem a little odd to some.
Currently, I'm trying to show my younger brother how XML
documents work. He's not an idiot (or, I like to think he isn't) so he's grasped the basics about elements and attributes.
What he's having a hard time grasping is how it all forms as a tree. I've tried drawing the tree on paper for him, and explaining how elements related by parenthood, but whenever I check if he's got it down, he fails.
What I wonder is, if there exists a Eclipse (the editor we have at hand) pluggin or some function that would visually represent the tree, in a drawn manner, of the XML
document he's got in front of him?
Something like...
...that!
With his current elements on it?
Does such functionality exist?
Note: My rep is too low to use the tag soft-question
. Forgive that.