-
Notifications
You must be signed in to change notification settings - Fork 21
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
XML Output is broken #23
Comments
I am not sure the xml can be considered broken. Do you have an actual issue where the xml can’t be used as-is? Can you provide a screenshot perhaps? |
Well, I mean the following issue: the xml output currently looks like:
So there is closing tag </duplo> at the very end, but there is no corresponding opening tag <duplo> at the beginning of the document. Therefore this xml cannot be read by some xml parsers. |
You are right! As you already have the fix, can you provide a PR? Without the encoding part: <?xml version="1.0"?>
<duplo> |
There are no xml heading tags written into output.xml.
I'm suggesting the following change in Duplo.cpp in order to fix the issue:
P.S. Thank you for the great software :)
The text was updated successfully, but these errors were encountered: