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
You library generates invalid xml files due to True and False as boolean values, instead of correct true and false. Why don't you fix this capitalization problem? It is a one-liner.
the result is
In fact, True is not the xml bool value type, it should be true.
We fixed this issue, please check the attachment file, it's the code.
dicttoxml_fix_bool_issue.txt
The text was updated successfully, but these errors were encountered: