There are a couple of different ways to remove HTML tags from an NSString in Cocoa. One way is to render the string into an NSAttributedString and then grab the rendered text. Another way is to use NSXMLDocument's -objectByApplyingXSLTString method to apply an XSLT transform that does it. Unfortunately, the iPhone doesn't support NSAttributedString or NSXMLDocument. There are too many edge cases a