I'm working on a long ForegroundTiles.xml for a lobby with a lot of maps. I'm getting the pictured error. I was wondering if there was a way or tool I could use to find the first line the xml fails to parse? The xml is 1000+ lines at this point, so searching through it by hand is tedious. (I can't share the xml here for confidentiality reasons)
#Troubleshooting FGtileset xml
1 messages · Page 1 of 1 (latest)
https://codebeautify.org/xmlvalidator seems to work OK
Thanks! unfortunatly, it's returning my xml as a valid xml 😔
if you get celeste to try and read it, what happens? does it crash, and if so does the log.txt have anything useful?
oh good idea, ill try that
looks like that worked! It gave me the exact line and character. Thanks for the help!