utkarshkukreti / select.rs

A Rust library to extract useful data from HTML documents, suitable for web scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for XML documents

utkarshkukreti opened this issue · comments

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