I keep getting invalid skin file and I know all my code is valid, i think I just have one mistake and I can't find it, is there any easy way to find it, my eyes hurt...
Mensajes Sat 22 Dec 01 @ 10:02 am
Well, because XML is not really a language, or a standard if you want. It's just a way to describe information. You choose yourself what keywords you use. So you can only test your file if you have the list of keywords (stored in the DTD file of your XML document, maybe the Atomix team has one) and you have a test program which tests your .xml file using your .dtd file.
Was that enough?
Greetz, ikke
Was that enough?
Greetz, ikke
Mensajes Sat 22 Dec 01 @ 6:59 pm