I have been working on an application that uses NSXML classes to parse HTML sites and massage them for use as an eBook. I created a couple of handy categories for NSXMLElement and NSXMLNode to make my life easier.
NSXMLNode
I found that when doing XPATH searches through the source. I usually was only looking for one node . . . → Read More: NSXMLElement & NSXMLNode categories to share.