lutaml / shale

Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.
https://shalerb.org/
MIT License
0 stars 1 forks source link

Preserve XML Namespaces #15

Open MuhammadAhsan252 opened 2 months ago

MuhammadAhsan252 commented 2 months ago

This PR incorporates an argument for xml do block only to preserve namespaces of the child nodes of the elements and not add/replace existing namespaces of the parent element.

closes #10