XML Child

In this tutorial you will learn about the XML Child and its application with practical example.

An XML Element for example element “B” is said to be child of element “A” if element “B” is directly defined inside element “A”.

Table Of Contents

Example:

In the above example <from></from>,<subject></subject> and <body></body> element are said to be child element of <message></message> tag.

In this tutorial we have learn about the XML Child and its application with practical example. I hope you will like this tutorial.