Answer: Only one parent is supported by an XML child element.
It is also to be noted that, the root element does not support any parent element.
For Example:
<Students>
<Name>Andy</Name>
<Id>3001</Id>
<Class>5</Class>
</Students>
Asked In: Many Interviews |
Alert Moderator