antchfx / xmlquery

xmlquery is Golang XPath package for XML query.
https://github.com/antchfx/xpath
MIT License
444 stars 89 forks source link

AddImmediateSibling() please #55

Open suntong opened 3 years ago

suntong commented 3 years ago

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