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 should be fixed in the dev branch. As a workaround you can manually specify the prefixes on the attributes so that it doesn't hit this code. Also, as conflicting namespace attributes are only possible with attributes, the issue only occurs with attributes (although tag/attribute prefix mismatch will also trigger it if that tag did have a namespace attribute to declare its namespace.
There seems to be an infinite loop in
XMLEncoder.nextAutoPrefix()
,nextAutoPrefixNo
is never incrementedThanks
The text was updated successfully, but these errors were encountered: