how do read the child node from xml file
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
2010-06-08 09:08:22
A:
Specify which programming language you plan to use. If you are using C# .NET . Use XLinq to parse XML.
Ashish
2010-06-08 09:15:38