cfkane
Emperor
- Joined
- Feb 7, 2006
- Messages
- 1,196
For some reason the mod I'm working on can't read the text files. I keep getting a message saying that the opening tag doesn't match the ending tag.
Here's what the text file looks like now:
So, what's going on?
Here's what the text file looks like now:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by lcollins (Firaxis Games) -->
<!-- Sid Meier's Civilization 4 -->
<!-- Copyright Firaxis Games 2005 -->
<!-- -->
<!-- Game Text - New -->
<Civ4GameText xmlns="http://www.firaxis.com">
and then the text itself...
</Civ4GameText>
So, what's going on?