github.com/beevik/etree does much of what you're looking for.
Steve

On Thursday, February 11, 2021 at 1:10:51 PM UTC-8 sunto...@gmail.com wrote:

> Is there any Go library that allow certain following-sibling 
> <https://stackoverflow.com/a/47628382/2125837> manipulation?
>
> Specifically, I want to,
>
>    - locate an xml node via XPath
>    - delete its following-sibling
>
> More or less like this, 
> http://zvon.org/comp/r/tut-XPath_1.html#Pages~Following-sibling_axis, but 
> to delete the node, instead of just locating it.
>
> thx
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/64d39a18-fa16-44c0-9ed8-5b3e25b77daen%40googlegroups.com.

Reply via email to