Can somebody explain me why XML is an semi structured data? Why it cannot be a structured data? If it is semi structure data , can you please explain me below XML example, so it would be very helpful.
<Node>
<FirstName>VITTHAL</FirstName>
<LastName>MUGULI</LastName>
</Node>