kgiszczak / 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
626 stars 19 forks source link

Handle XML elements with a period (".") in the name #20

Closed jweir closed 1 year ago

jweir commented 1 year ago

In the wild we have an XSD that uses a "." in an element name, and that was breaking the shale mapped files.