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
currently I am trying to parse an xml file with a country specific character.
As example: In Germany there is the character ä. In XML this is represented as ä
So when I just do the following code I receive this error message. How can I fix this? encoding/xml.SyntaxError {Msg: "invalid character entity ä", Line: 7}
Hey everyone,
currently I am trying to parse an xml file with a country specific character.
As example: In Germany there is the character ä. In XML this is represented as
ä
So when I just do the following code I receive this error message. How can I fix this?
encoding/xml.SyntaxError {Msg: "invalid character entity ä", Line: 7}
The text was updated successfully, but these errors were encountered: