XML.jl icon indicating copy to clipboard operation
XML.jl copied to clipboard

Node is immutable, it would be nice to be able to dynamically add/change attributed and children

Open MarkNahabedian opened this issue 9 months ago • 0 comments

This is a feature request.

There are circumstances in which bottom-up construction of an XML document is not algorithmically convenient. It would be nice if element Nodes supported adding and removing children and adding, removing and setting attributes.

MarkNahabedian avatar May 05 '25 15:05 MarkNahabedian