Computer Science, asked by karanbezbaruah1995, 9 months ago

Draw the XML tree for the code given below :
<student>
<std_id>S001</std_id>
<name>
<firstname> Ankit </firstname>
<lastname> Sharma </lastname>
</name>
<address> Panbazar, Guwahati, Assam
</address>
<dob> 15/02/2000 </dob>
</student>​

Answers

Answered by jurastica
0

Answer:

student first then student I'd then name then address then date of birth . Answer pattern should be xml tree

Answered by angelliniasarma
0

Explanation:

here is the answer and the structure

Attachments:
Similar questions