antchfx / xmlquery

xmlquery is Golang XPath package for XML query.

Home Page:https://github.com/antchfx/xpath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AddImmediateSibling() please

suntong opened this issue · comments

Following on #53, AddSibling always add to the end of the sibling chain of their parent.

Hopefully someday there is a AddImmediateSibling() function.
That's what I'm missing now. thx