Hi.
i noticed strange problem in sdk 3.0.
When i parse XML (e.g. atom feed) everything works fine in any sdk 2.x but sdk 3.0 doesn't it.
ok, i took Apple's example SeismicXML and what a surprise - it doesn't work in sdk 3.0 (xml is not parsed too).
I didn't find any difference in NSXMLParser but any 2.x sdk works fine and 3.0 doesn't.
If anybody met such problem and how to u solve it?
i tried to debug and found that 3.0 really stops parsing after getting 1st element. there is root element called "feed" and child elements "entry", "feed" and "entry" have child elements called "id" and "title" and parser stops working after finding 1st occurrence of those elements "id and "title" in "feed" so it doesn't parse "entry" element. But sdk 2.x parse everything fine.
i noticed strange problem in sdk 3.0.
When i parse XML (e.g. atom feed) everything works fine in any sdk 2.x but sdk 3.0 doesn't it.
ok, i took Apple's example SeismicXML and what a surprise - it doesn't work in sdk 3.0 (xml is not parsed too).
I didn't find any difference in NSXMLParser but any 2.x sdk works fine and 3.0 doesn't.
If anybody met such problem and how to u solve it?
i tried to debug and found that 3.0 really stops parsing after getting 1st element. there is root element called "feed" and child elements "entry", "feed" and "entry" have child elements called "id" and "title" and parser stops working after finding 1st occurrence of those elements "id and "title" in "feed" so it doesn't parse "entry" element. But sdk 2.x parse everything fine.