Class :Thing
Class :KoalaWithPhD
Class :MaleStudentWith3Daughters
Class :Habitat
Class :Forest
Class :Rainforest
Class :DryEucalyptForest
Class :University
Class :Female
Class :Student
Class :GraduateStudent
Class :Degree
Class :Gender
Class :Male
I want to create an xml out of it in the tree format as below
<Class :Thing>
<Class :KoalaWithPhD>
<Class :MaleStudentWith3Daughters>
<Class :Habitat>
....
.....
</Class :Thing>
Can someone throw in a simple code snipet that can help me do this.
Really appreciate your help
Thanks
aks
HTH
Piet