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 open for a PR which will add an option to Writer to do that. It should be documented and tested (doctest will be enough). Because currently Writer does not have options struct like a Reader, the preferred way is to add it.
In the W3C guideline (C.2): https://www.w3.org/TR/xhtml1/#guidelines
Empty elements should be ended with " />" instead of "/>"
A space should be added at line:
https://github.com/tafia/quick-xml/blob/master/src/writer/async_tokio.rs#L28
The text was updated successfully, but these errors were encountered: