Computer Science, asked by amritstar, 1 year ago

How to make tree in XML??

Answers

Answered by gaurav2013c
2
To make a tree in xml...

First write the root element

Thereafter, divide root element in the child element

Thereafter, divide the child element in the sub child element...

If other element is given in the program, then repeat the same...

And your tree is ready...

Similar questions