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
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
Online demo was initially designed for just to demo some capabilities of the application to the new users without being aware with configuration. However, there are so many features added afterwards and it's difficult to cover them with simplified features, we may have to provide some option like "Advance usage" when user can type the configuration.
I am currently occupied in other things. So I would welcome PRs for this
Description
Steps to reproduce:
Error: XML declaration allowed only at the start of the document.:2:6
I guess this is due to the
{ "?xml": "", ... }
property, which converts to an invalid and duplicated doctype, resulting in an invalid XML:If i uncheck the "Ignore attributes" checkbox, then at the 2nd step i'll get a JSON that starts with this
and when you convert it back to XML then you get a valid, but still duplicated doctype, which results in the same error:
Code
The default XML sample that's in the online tool.
Output
expected data
Would you like to work on this issue?
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: