utkarshkukreti / select.rs

A Rust library to extract useful data from HTML documents, suitable for web scraping.
MIT License
971 stars 69 forks source link

Add support for XML documents #34

Open utkarshkukreti opened 7 years ago

utkarshkukreti commented 7 years ago

Just throwing this out here to see if there's any interest in XML support in this library (please comment if you want this!).

xml5ever seems like a good choice since the API is similar to html5ever: https://github.com/servo/html5ever/tree/master/xml5ever