i have built a DOM tree from a XML file, using the
JDOM API.
now, I have to traverse the tree...in document
order... and get the ID's of each node and it's
parent.
the ordering scheme is a global ordering scheme..which
means, a depth-first traversal will be done.
can ne1 suggest on how to go about it??