If you're having trouble editing XML files I would recommend using
Notepad++ with the xml plug in since the color coding and xml validation ensures that you aren't making any careless mistakes.
If your xml files have errors in them you'll usually see a file called ui.log in your UI folder.
If you can't figure out a problem you can just attach your file here in the forums and we can usually help you.
From the
w3school:
Quote:
|
The W3C XML specification states that a program should not continue to process an XML document if it finds an error. The reason is that XML software should be easy to write, and that all XML documents should be compatible.
|