Hi, in a class i'm writing i'll most likely have to use NSXMLParser twice to parse two different xml's, and i'm wondering which approach should i use? - release the parser after it finished parsing url and reinitialize when need to parse the second url? - use different class as delegate for parsing other url? - or something else?
thanks peter