NSXMLParser - Parse an XML-file but it shows me the results twice?

To do parsing like this correctly, you also need to implement the didStartElement method. You should not be adding anything to your mutable array inside the foundCharacters method - you should only add something to the array in the didEndElement method, because this method indicates that the entire contents of the element has been read.

This post on Big Nerd Ranch taught me a lot about using NSXMLParser to parse XML.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions