- summary: <Robot> tag appears twice in unitmap.xml --> <Robot> tag appears twice in unitmap.xml
- status: open --> closed-fixed
FROM Alexander Sapountzis
In the zipfile available at sourceforge, fe-xml.zip, I
found something
weird in the file unitmap.xml. I've included it as an
attachment to the
email so you can check it out.
I've noticed that Robot tag is written twice. The
first occurrence makes
sense, but the second occurrence sounds like it should
be for the Insectoid
race.
I'm not sure if this xml file was produced by Java or
coded directly, but I
wanted to point it out because it seemed important. I
could be wrong
however...
Here is the code.
<!-- edited with XML Spy v4.1 U (http://www.xmlspy.com)
by Sasha Bilton
(Sky) -->
<unit-map>
<Blob>
<scout>com.eoi.freya.basic.StandardUnit</scout>
<warrior>com.eoi.freya.basic.StandardUnit</warrior>
<worm>com.eoi.freya.crystalcaverns.unit.BurrowerUnit</worm>
<mother>com.eoi.freya.crystalcaverns.unit.BuilderUnit</mother>
</Blob>
<Robot>
<drone>com.eoi.freya.basic.StandardUnit</drone>
<warrior>com.eoi.freya.basic.StandardUnit</warrior>
<digger>com.eoi.freya.crystalcaverns.unit.BurrowerUnit</digger>
<factory>com.eoi.freya.crystalcaverns.unit.BuilderUnit</factory>
</Robot>
<Robot>
<worker>com.eoi.freya.basic.StandardUnit</worker>
<warrior>com.eoi.freya.basic.StandardUnit</warrior>
<burrower>com.eoi.freya.crystalcaverns.unit.BurrowerUnit</burrower>
<queen>com.eoi.freya.crystalcaverns.unit.BuilderUnit</queen>
</Robot>
</unit-map>