How many parents can an XML child element support ?

 Posted by Bharathi Cherukuri on 8/27/2012 | Category: Web Services, Remoting Interview questions | Views: 2539 | Points: 40
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 

Comments or Responses

Login to post response