cocoanetics.com
Taming HTML Parsing with libxml (1)
For the NSAttributedString+HTML Open Source project I chose to implement parsing of HTML with a set of NSScanner category methods. The resulting code is relatively easy to understand but has a coup…