Before you start hammering away at making your own changes to the game, it's a good idea to familiarize yourself with a few basic rules about XML if you are not already familiar with XML or HTML even.
XML tags are case sensitive. The tag <Number> is different from the tag <number>. Opening and closing tags must be written with the same case. The case must also match what is documented in the syntax definitons.