Minor stability and xpath improvements
[0.0.5] 2016-07-01
Thanks to @grray for most of these improvements!
Changed
- Switched to using the more permissive MIT license, consistent with libxml2 licensing
- Fixed segfault issues with xpath contexts
Added
- Can now evaluate
string(/foo//@bar)
type XPath expressions, and use their result via.to_string()