parsing HTML on the iPhone
        Posted  
        
            by Ben Alpert
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ben Alpert
        
        
        
        Published on 2009-01-02T00:37:51Z
        Indexed on 
            2010/05/10
            21:24 UTC
        
        
        Read the original article
        Hit count: 522
        
Can anyone recommend a C or Objective-C library for HTML parsing? It needs to handle messy HTML code that won't quite validate.
Does such a library exist, or am I better off just trying to use regular expressions?
© Stack Overflow or respective owner