r-lib / xml2

Bindings to libxml2
https://xml2.r-lib.org/
Other
220 stars 81 forks source link

Fix xml_add_parent segfault #396

Closed alexverse closed 11 months ago

alexverse commented 1 year ago

closes #339

Adding .copy = TRUE in xml_replace() makes the function stable for iterations.