Hi, thanks for your great job. I am searching a rust xpath library and find xrust. After some test, i find it can not parse xml with multiple root tags since many other tools like [cyber chef](https://github.com/gchq/CyberChef) can handle this. ``` <a> aaa </a> <b> bbb </b> ``` I am wondering if you have plan to support this.