Skip to content

Conversation

@Cabbache
Copy link

I am trying to parse a file that has namespaces in attributes e.g something:attrname="value" and attrname="othervalue" and my struct contains a field attrname. serde-xml-rs fails to parse this because attrname is duplicate and this happens because it drops the namespaces before the colon.

I've modified it so that it includes the namespace in the attribute name as if the colon is a normal character.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants