hey guys, i've always been a bit of a tinkerer, and once i looked at all the code you guys had done, I couldn't help but try to add my own race, just for the heck of it.
things are going well, but i've noticed that the schema files civ uses (particularly the one i'm trying to get working: CIV4UnitSchema.xml to validate CIV4UnitInfos) are not in the xsd format. now, i know nothing at all about xml (only c++ and a little java), but it doesn't seem to follow any of the schema conventions i've seen online as i've been trying to learn a little bit about xml programming.
what do you guys use to validate the UnitInfos? or how do you do it? if you could help specifically with eclipse that would be awesome, since thats what i'm used to from school, but if not, anything helpfull would be great
it's not a big deal, i know i could just run ffh and let civ4 tell me that there's an error and where it is, but it would be so much faster if i knew how to validate them as i work.
things are going well, but i've noticed that the schema files civ uses (particularly the one i'm trying to get working: CIV4UnitSchema.xml to validate CIV4UnitInfos) are not in the xsd format. now, i know nothing at all about xml (only c++ and a little java), but it doesn't seem to follow any of the schema conventions i've seen online as i've been trying to learn a little bit about xml programming.
what do you guys use to validate the UnitInfos? or how do you do it? if you could help specifically with eclipse that would be awesome, since thats what i'm used to from school, but if not, anything helpfull would be great

it's not a big deal, i know i could just run ffh and let civ4 tell me that there's an error and where it is, but it would be so much faster if i knew how to validate them as i work.