tags:

views:

101

answers:

3

how do read the child node from xml file

A: 

Whatever reader/parser you are using may support xPath. Try this tutorial

Andre
A: 

Open the XML-file in a text editor of your choice and read it. To be serious... your question is far too imprecise. Do you want to read it with java, c++, etc.? If you want to build it into a program you can use XPath for it. There are some APIs for it you can use like Xerces and Xalan. Google it.

If you want a good answer, aks good and precise questions.

cyphorious
A: 

Specify which programming language you plan to use. If you are using C# .NET . Use XLinq to parse XML.

Ashish