What is the reasoning behind the JSONtoXML policy suggesting “_” as the default for when underscores are not valid in a tag name (except in the beginning)?
https://www.w3.org/TR/2008/REC-xml-20081126/#NT-NameChar
(Generally speaking, I miss a more “intelligent” (optional) schema mapping. For example, how about CamelCase to hyphen-case etc.)