tags:

views:

38

answers:

1

iam developing RSS Reader, i need to get the items from the given Feed URL.I used Touch XML for this, but this is very slow.Is there any faster way? thanks.

A: 

NSXMLParser is the raw XML parser

Bluephlame