Is there any Go library that allow certain following-sibling manipulation?
Specifically, I want to,
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