Computer Science, asked by himanshi20032005, 5 months ago

8. Draw the XML tree of the following code and also the
root and child element.

<customer name="Any">
<address>
<state>
<district> jorhat</district>
</state>
</address>
</customers​

Answers

Answered by anshu005512
0

Answer:

XML documents form a tree structure that starts at " the root" and branches to "the ... The image above represents books in this XML: ... An XML tree starts at a root element and branches from the root to child

Similar questions