I want to read XHTML tags and text separately using objective C.
what approach I开发者_StackOverflow have to follow?
Use an XML parser like NSXMLParser.
I want to read XHTML tags and text separately using objective C.
what approach I开发者_StackOverflow have to follow?
Use an XML parser like NSXMLParser.
精彩评论