how do read the child node from xml file
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
closed as not a real question by Binary Worrier, Naveen, Pascal Cuoq, Mark, PhiLho Jun 8 '10 at 14:40
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
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. |
|||
|
|
|
Specify which programming language you plan to use. If you are using C# .NET . Use XLinq to parse XML. |
|||
|
|