ObjectiveGumbo icon indicating copy to clipboard operation
ObjectiveGumbo copied to clipboard

An Objective-C wrapper with utility functions around Gumbo for easy HTML5 parsing in Cocoa and Cocoa Touch

Results 4 ObjectiveGumbo issues
Sort by recently updated
recently updated
newest added

Updated Gumbo to latest stable v0.10.1 Silenced warnings with Gumbo library Fixed some minor warnings in ObjectiveGumbo lib on latest Xcode Slight speed improvement using static array of tags

XCode fails to compile OGElement.h header because class and id are reserved keywords. Here is screenshot of failure. https://www.dropbox.com/s/9nr5okpicu18o5q/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202015-04-16%2012.27.27.png?dl=0 Could you please change parameters name to elementClass and elementId (like...