ljmotta commented on PR #3570: URL: https://github.com/apache/incubator-kie-tools/pull/3570#issuecomment-4487793561
@rajalakshmys-27 I understand the problem. We have two times where the `parsererror` appears - when we open the file, and when we save the file. The error looks worse on KIE Sandbox as it auto-save after every new edit. If we prevent new edits, we will not have the problem of adding multiple `parsererrors`. I agree we should remove the `parsererror` from the XML, but just this is not the complete fix. Can't we remove the `parsererror` and prevent new edits? We already have a screen to show parser errors. Another option is we could fix the XML structure (erasing any element that is in the wrong place), but I'm not sure about the difficulty of doing it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
