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.

how do read the child node from xml file

share|improve this question
2  
you'll need to clarify which language you're working with and which platform. – Scott Vercuski Jun 8 '10 at 9:05

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.

3 Answers

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

share|improve this answer

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.

share|improve this answer

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.