-2

In My iphone application i have two XML files. I can parse one.xml eailsy but i am not able to parse two.xml I have use the same tags for both files. In parsing two.xml the method didStatrElement is not calling. Why is thereany problem in file. If how to resolve it. Plz anyone can help me regarding this issue.

Thanks in Advance

KAREEM MAHAMMED
  • 1,675
  • 14
  • 38

1 Answers1

1

Well,your's issue maybe caused by several reasons, I will list what I know: 1.NSXMLParserDelegate .You should set one.xml's delegate nil when you ready to parse two.xml. 2.Use different array store data. 3.I think NSOperationQueue can be used.
If I was wrong, welcome your correction. Best regards.

leo
  • 91
  • 4