cancel
Showing results for 
Search instead for 
Did you mean: 

Tree generation using XML

Former Member
0 Kudos

Hi All,

I have the following scenario.

I have to generate an XML structure from data in an arraylist.

After the XML is generated, need to display the data in the form in tree in table UI. Can anyone help me out in both the steps.

Arpita

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Unanswered

Former Member
0 Kudos

just follow the link, you find very usefull resource,

[http://www.generationjava.com/docs/XmlWriter/XmlWriter.java.html]

or check,

[http://mourya.org/proxy/index.php?q=aHR0cDovL3d3dy5nZW5lcmF0aW9uamF2YS5jb20vZG9jcy9YbWxXcml0ZXIvWG1sV3JpdGVyLmphdmEuaHRtbA%3D%3D&hl=3ed]

Former Member
0 Kudos

Hi,

To create the xml structure make use of DOM or SAX based on your requirement.

While creating the xml try to populate a recursive context node

Bind this node to the tree ui,

Regards

Ayyapparaj