We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to open settings.xml with notepad++ (with XML plugin) produces the following error dialog:
--------------------------- XML Tools plugin --------------------------- XML Parsing error at line 182: xmlParseCharRef: invalid xmlChar value 3
Line 182 contains the following:
<mirc enabled="0" multiserver="0" useaction="1" mode="1" channels="#kitsu, #myanimelist, #taiga" format="04$if($greater(%episode%,%watched%),Watching,Rewatching): %title%$if(%episode%, 03%episode%$if(%total%,/%total%)) $if(%score%,14[Score: %score%]) 12%animeurl%" service="mIRC" />
I'm sure this doesn't affect Taiga itself, but it would be nice if other tools won't complain about an XML file written by Taiga.
The text was updated successfully, but these errors were encountered:
It's a control character for mIRC color codes. Apparently XML 1.1 allows it, whereas XML 1.0 does not.
Not sure if I should do something here, but thanks for letting me know. See also #842 (comment).
Sorry, something went wrong.
Closing this so that we have a single issue for XML files (#842).
No branches or pull requests
Trying to open settings.xml with notepad++ (with XML plugin) produces the following error dialog:
Line 182 contains the following:
I'm sure this doesn't affect Taiga itself, but it would be nice if other tools won't complain about an XML file written by Taiga.
The text was updated successfully, but these errors were encountered: