zachanassian / tu_optimize

Tyrant Unleashed Optimizer
http://zachanassian.github.io/tu_optimize/
Other
8 stars 14 forks source link

adding new cards.xml from haileon causes parsing issue #48

Closed tehaaron closed 10 years ago

tehaaron commented 10 years ago

I pulled the latest cards.xml file from http://www.haileon.com/tyrant_assets/mobile_cards.xml saved it off and replaced the current one in /data but now it throws errors about parsing and unknown cards even though the cards are correct in the xml and worked previously.

tehaaron commented 10 years ago

Might be worth noting that when I manually edited the outdated but working xml to add Ayrkrane Syn it worked just fine.

tehaaron commented 10 years ago

No idea why but downloading the cards.xml file in Chrome and IE caused 2 different errors:

Chrome: caused the original parsing / unknown card problem IE: Cause a fatal error for rapid xml parse expecting "<" but I couldnt find any missing

Downloading in Firefox worked just fine. Used the same method of inspecting the source of the rendered xml page and saving it off.....No idea why this is since the files are identical line by line per Beyond Compare.

Closing issue since Firefox seemed to work.