-
Notifications
You must be signed in to change notification settings - Fork 246
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
How to have tag on each item? #287
Labels
Comments
When #490 will be merged, the original code will always produce elements instead of attributes. If you would want attributes you should rename field to prepend a |
Mingun
added a commit
to Mingun/quick-xml
that referenced
this issue
Oct 26, 2022
JOSEPHGILBY
pushed a commit
to JOSEPHGILBY/quick-xml
that referenced
this issue
Nov 5, 2022
JOSEPHGILBY
pushed a commit
to JOSEPHGILBY/quick-xml
that referenced
this issue
Nov 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have struct
Person
.and I want to parse it to XML string:
But I can't find a way to do it in
quick-xml
. https://docs.rs/quick-xml/0.22.0/quick_xml/se/fn.to_string.htmlMy current workaround is to use
serde_xml_rs
.Is there a way to do this? So that I don't need multiple XML dependencies.
Thanks for quick-xml
The text was updated successfully, but these errors were encountered: