HTMLReader icon indicating copy to clipboard operation
HTMLReader copied to clipboard

A WHATWG-compliant HTML parser in Objective-C.

Results 13 HTMLReader issues
Sort by recently updated
recently updated
newest added

I can't seem to find any documentation anywhere, majority of the .m files had little to no comments within them. Makes it difficult to know what some of the functions...

Hello, Our CI jobs started to fail today with an error when trying to clone HTMLReader. The error is reproductible with this command: ``` git clone --recurse-submodules https://github.com/nolanw/HTMLReader.git ``` ```...

William Dinkel, via private correspondence, describes getting crash logs with this backtrace: ![](https://user-images.githubusercontent.com/177228/46181626-51a19c80-c29d-11e8-96bd-1a98a0f4b17f.png) We don't have a copy of or a URL to a document that reproduces the crash, but...

bug

Hi all the contributors to the HTMLReader project, Thanks for your hard work on such a great project! I'm suggesting we should put prefix on the class names since HTMLxxx...

I'm looking to replace a tag with all of its own text and HTML content, similar to [unwrap in jQuery](https://stackoverflow.com/questions/4232961/remove-a-html-tag-but-keep-the-innerhtml). Presumably I could do something like: ``` NSRange currentNodeRange =...

This is a feature suggestion. Since the HTML is already parsed, maybe it would be possible to add a method which strips the HTML but keeps the line breaks? I'm...

Hi, In my experiment, this html `` will add image element as child of the div instead of td. Is this a bug? Thanks for the awesome component! Cheers, Joe

How to replace child node in parent node?

Hi I'm trying to parse some HTML document to get two texts from tags: "Some text to display.image_name_to_display.jpg" so I use this code : HTMLDocument *document = [HTMLDocument documentWithString:self.content]; //content...

Hi! Please help me. I read docs but don't understand how remove some strings. I have some html strings with different parts(aHirg7S8Zu0): ```   Dear parents, I want say you......