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
I'm quite stuck and I was hoping someone might be able to help me. I'm trying to switch to quick-xml from serde-xml-rs and I've got everything switched except this last bit. I've got some XML that looks like this (excuse the escaped quotes):
<ifi-parties>
<ifi-standardized-namecountry=\"CH\"type=\"U.S. Company or Corporation\"number=\"070058\">
<addressbook>
<name>Company Name</name>
</addressbook>
</ifi-standardized-name>
<ifi-standardized-name-currentcountry=\"CH\"number=\"070058\">
<addressbook>
<name>Company Name</name>
</addressbook>
</ifi-standardized-name-current>
</ifi-parties>
There's more deserialisation code, but the relevant bits are:
No matter what I do, I'm getting None for ifi_standardized_name, ifi_standardized_name_current, and ifi_standardized_name_probable. I've got overlapped-lists enabled. If I rename them to kebab-case, I get a deserialization error. I'm at a loss here and am not really sure how to figure it out, so I was hoping someone might be able to point out something obvious I'm doing wrong here.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi there! Thank you for the excellent library.
I'm quite stuck and I was hoping someone might be able to help me. I'm trying to switch to
quick-xml
fromserde-xml-rs
and I've got everything switched except this last bit. I've got some XML that looks like this (excuse the escaped quotes):There's more deserialisation code, but the relevant bits are:
No matter what I do, I'm getting
None
forifi_standardized_name
,ifi_standardized_name_current
, andifi_standardized_name_probable
. I've gotoverlapped-lists
enabled. If I rename them tokebab-case
, I get a deserialization error. I'm at a loss here and am not really sure how to figure it out, so I was hoping someone might be able to point out something obvious I'm doing wrong here.Thank you in advance!
The text was updated successfully, but these errors were encountered: