KWARC / rust-libxml

Rust wrapper for libxml2
https://crates.io/crates/libxml
MIT License
76 stars 38 forks source link

add Context::findvalues, Node::findvalues #108

Closed dginev closed 1 year ago

dginev commented 1 year ago

I needed a convenience helper for string-oriented XPath selectors, such as .//@xml:id

So I added a findvalues variant, based on xmlXPathCastNodeToString.

Hopefully nothing tricky here, and maybe a good time to add a minor release to signal the wrapper is still alive.