XML Help.

When I put my XML in the tester, it says:
"<neutral>3</neutral> - Did not expect element neutral there"
What does that mean?
Here is the segment of the XML where the error is:
When I remove the neutral, the XML is all good. Could anyone tell me how to make a territory start out with 3 neutrals? Thanks.
--lanyards
"<neutral>3</neutral> - Did not expect element neutral there"
What does that mean?
Here is the segment of the XML where the error is:
- Code: Select all
<territory>
<name>Moscow</name>
<borders>
<border>Sevastopol</border>
<border>Kiev</border>
<border>Stalingrad</border>
<border>Leningrad</border>
<border>Tatarstan</border>
<border>Orenburg</border>
</borders>
<neutral>3</neutral>
<coordinates>
<smallx>189</smallx>
<smally>119</smally>
<largex>254</largex>
<largey>151</largey>
</coordinates>
</territory>
When I remove the neutral, the XML is all good. Could anyone tell me how to make a territory start out with 3 neutrals? Thanks.
--lanyards