GDataXML-HTML icon indicating copy to clipboard operation
GDataXML-HTML copied to clipboard

HTML and XML parser for iOS and OSX, supports XPath

Results 5 GDataXML-HTML issues
Sort by recently updated
recently updated
newest added

Thanks for the awesome work! This parser helped me a lot. Let me introduce some improvements. Implements methods to get `index` and `parent` of the node. Pretty basic but needed...

- (void)dealloc { if (xmlDoc_ != NULL) { // release the strings cache // // since it's a CF object, were anyone to use this in a GC environment, //...

I installed **GDataXML-HTML** library via **CocoaPods** but I obtain _No such module_ build error. Is it possible use this library in a swift project with Xcode 8? Thanks, Giorgio

We are consuming the GDataXML_HTML SDK in our App. As mentioned in the WWDC23 video, also it is explained in [Privacy manifest files | Apple Developer Documentation](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files), if we are...