-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespace #50
Comments
Yes, I want to make an RSS parser and it also has namespaces. Especially when the RSS feed wants to be smart and implement both atom and rss standards in the same output...Right now serde-xml-rs will just abort deserialization complaining there are two identical fields in the XML. Yes there are, but one of them is namespaced. |
Old issue !! héhé It provides today a pretty good coverage of XML features. |
If it helps, I've modified the parser so that it includes the namespace name and colon in the attribute name: #216 example:
|
Do you have any way to get namespace during deserialisation ?
And to add prefixes (and definition) of them for serialisation ?
The text was updated successfully, but these errors were encountered: