I'm looking to replace the current HTML parser that's being used in a project of mine and I came across this one. It looks like it would be a nice replacement, and by my estimates, would bring the final binary size down by about 16%.
There's two things stopping me from trying it out:
- The ability to parse simple XML (from an EPUB) which would require the the ability to parse the XML doc type and possible namespace attributes.
- The tracking of Node spans, as in the offset the where Node starts and stops at in.
Would these be something you'd consider adding or accepting a pull request for?
I'm looking to replace the current HTML parser that's being used in a project of mine and I came across this one. It looks like it would be a nice replacement, and by my estimates, would bring the final binary size down by about 16%.
There's two things stopping me from trying it out:
Would these be something you'd consider adding or accepting a pull request for?