GULPF / nimquery

Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)
MIT License
134 stars 8 forks source link

Is this project still maintained? Is it production-ready? #22

Closed Niminem closed 6 months ago

Niminem commented 6 months ago

Curious!

I've been working heavily with Chame recently. It's a spec-compliant HTML parser in pure Nim. We most certainly need it- the current HTML parser in the std lib is horrible.

Rather than building on top of Chame, I'd like to simply build an XML tree via xmltree using Chame's data structure and use this library for querying.

Niminem commented 6 months ago

Decided to fork and repurpose the library to support the Chame HTML parser: https://github.com/Niminem/Selectors

Thank you for this library man.

Highly recommend checking out Chame when you can if you have any HTML parsing tasks. It's a spec-compliant as opposed Nim's unreliable parser. https://git.sr.ht/~bptato/chame

Closing this out.