Closed dginev closed 1 year ago
I needed a convenience helper for string-oriented XPath selectors, such as .//@xml:id
.//@xml:id
So I added a findvalues variant, based on xmlXPathCastNodeToString.
findvalues
Hopefully nothing tricky here, and maybe a good time to add a minor release to signal the wrapper is still alive.
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.