I have xml http://weather.yahooapis.com/forecastrss?w=20070458&u=c how can i parse from tag (which is twice or may be more) attribute day and more …
Thanks
I have xml http://weather.yahooapis.com/forecastrss?w=20070458&u=c how can i parse from tag (which is twice or
Share
Take an NSMutableArray and add object when you found the element name same as required in in the method
didEndElementmethodedited
Add this code in
didStartElement:method