How to draw XML tree class 10 F.I.T.
Answers
Answered by
9
Follow this you can find answer
Attachments:
Niko900:
Page no.
Answered by
9
For ex coding is given_
<A>
<B> -----</B>
<D> ------</D>
</A>
so tree will be as->
A ( root element)
/ \
B. C(child element)
<A>
<B> -----</B>
<D> ------</D>
</A>
so tree will be as->
A ( root element)
/ \
B. C(child element)
Similar questions