kuchiki-rs / kuchiki

(朽木) HTML/XML tree manipulation library for Rust
MIT License
470 stars 54 forks source link

Support for parsing fragments #77

Closed hipstermojo closed 4 years ago

hipstermojo commented 4 years ago

Hello, I wanted to know if there are plans to add support for parsing fragments. I am extracting the content within in a noscript tag which is represented as a string and since it can contain a number of HTML nodes after parsing, the only way this can be done is if there was a way to parse fragments.

jdm commented 4 years ago

This crate is passively maintained, but I think we should be able to merge https://github.com/kuchiki-rs/kuchiki/pull/47.

hipstermojo commented 4 years ago

Is there a soft deadline for when the merge will be made? Alternatively, is it possible to work with what is in the PR for now?

Ygg01 commented 4 years ago

@hipstermojo Not sure, what you mean by merge? I merged #47 and published a new Kuchiki version? Does this require additional work?

hipstermojo commented 4 years ago

Oh sorry. I hadn't checked crates.io since Tuesday. I assumed it would have meant this issue would have been closed too. My bad.

Ygg01 commented 4 years ago

My apology. I am relatively inexperienced at maintaining open source repos. Live and learn.