XML.jl
XML.jl copied to clipboard
Node is immutable, it would be nice to be able to dynamically add/change attributed and children
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.