You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output is: {"data"=>{"test1"=>{"@attr1"=>"a1"}, "test2"=>{"id"=>"myId", "@attr1"=>"a1"}, "test3"=>"content"}}
The attribute of the tag test3 is missing. I believe this to be an error. Especially as many XML standards exspect this attributes to be used. E.G. the new XRechnung (en16931) declares many attributes this way. Is there a possibility to include the attributes of tags with content but without further tags inside them into the hash?
The text was updated successfully, but these errors were encountered:
Given this simple minimal example:
The output is:
{"data"=>{"test1"=>{"@attr1"=>"a1"}, "test2"=>{"id"=>"myId", "@attr1"=>"a1"}, "test3"=>"content"}}
The attribute of the tag test3 is missing. I believe this to be an error. Especially as many XML standards exspect this attributes to be used. E.G. the new XRechnung (en16931) declares many attributes this way. Is there a possibility to include the attributes of tags with content but without further tags inside them into the hash?
The text was updated successfully, but these errors were encountered: