Re: [go-nuts] Re: Go based xml manipulation library

2021-02-14 Thread Santhosh T
the dom model, currently only provides Append method. but the all members of model are exported. so it should be possible to write delete by removing node from slice and setting its parent to null. - santhosh On Mon, Feb 15, 2021 at 5:00 AM Tong Sun wrote: > Thank you Santhosh! > > Can the http

Re: [go-nuts] Re: Go based xml manipulation library

2021-02-14 Thread Tong Sun
Thank you Santhosh! Can the https://github.com/santhosh-tekuri/xpath model edit or delete elements, apart from locating them? If so, are there any ready-made examples/blogs etc that I can refer to? Thx! On Sun, Feb 14, 2021 at 4:28 PM Santhosh Kumar T wrote: > > You can try https://github.com/s