r-lib / xml2

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

Fix xml_add_parent segfault #396

Closed alexverse closed 8 months ago

alexverse commented 1 year ago

closes #339

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