XSLT

Hi all,

I am trying to iterate over an xml document that does not have a defnite structure, it is generated dynamically and the name of the nodes are not at the same level always. I need to generate a collapsable and expandable structure at every level of the nodes.

I request you to please throw some light on this. I have been trying to do things but its not working out. If I am able to disply just the immediate child nodes(not all child nodes) of a particular node I may be able to get some headway.

I have tried google but it hasn't helped. I am not really used to asking these type of questions(silly if it may sound), please help me.

Thanks a lot,

Amnesiac.

[705 byte] By [Amnesiaca] at [2007-11-26 17:34:30]
# 1
Hi,Check out the treeview example available at technet.oracle. That might be what you need. http://www.oracle.com/technology/sample_code/tutorials/parser/treeview/toc.htmcheers,vidyut
vidyuta at 2007-7-9 0:02:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi,Thanks for the link, I will have a look at it. I solved the prolem yesterday night, my XSLT now generates a tree-view for any unstructured xml document.Thanks,Amnesiac.
Amnesiaca at 2007-7-9 0:02:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...