Skip to content
New issue

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

settings.xml is invalid xml #861

Closed
Bu11etmagnet opened this issue Apr 4, 2020 · 2 comments
Closed

settings.xml is invalid xml #861

Bu11etmagnet opened this issue Apr 4, 2020 · 2 comments

Comments

@Bu11etmagnet
Copy link

Bu11etmagnet commented Apr 4, 2020

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="&#03;04$if($greater(%episode%,%watched%),Watching,Rewatching):&#03; %title%$if(%episode%, &#03;03%episode%$if(%total%,/%total%))&#03; $if(%score%,&#03;14[Score: %score%]&#03;) &#03;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.

@erengy
Copy link
Owner

erengy commented Apr 4, 2020

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).

@erengy
Copy link
Owner

erengy commented May 27, 2020

Closing this so that we have a single issue for XML files (#842).

@erengy erengy closed this as completed May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants