Skip to content

Implement Send on NamespaceSet first draft

pep requested to merge ppjet6/minidom-rs:ns-send into master

Copy all namespaces on each element to avoid the reference to parent elements, which was making NamespaceSet !Send.

Some optimisations could be done to avoid copying strings all around, but this is probably good enough as a start.

Signed-off-by: Maxime “pep” Buquet pep@bouah.net

Merge request reports