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
This issue #856 fixes the infinite loop error range and server doesn't stop when you try to validate the foo.xml file too many times (because of infinite loop).
But code action is wrong:
After spending time, the correct fix is to add elementFormDefault="qualified" in the XSD file:
This issue #856 fixes the infinite loop error range and server doesn't stop when you try to validate the foo.xml file too many times (because of infinite loop).
But code action is wrong:
After spending time, the correct fix is to add
elementFormDefault="qualified"
in the XSD file:I think it's an hard task.
The text was updated successfully, but these errors were encountered: