But
then it goes to load my new amunition item type list ane the error message says
As I dont know what line (30) is and i've never had an error like this before so I can't even reference back over my notes (as I normaly do) and find out how I solved a similar problem. Im stuck. The code is:Start logging session
Transcendence 0.98b
Loading extension: Extensions\Canis Amunition List-2013
Unable to parse Canis Amunition List-2013.xml: Line(30): = expected
End logging session
<?xml version="1.0" ?>
<!DOCTYPE TranscendenceExtension
[
<!ENTITY unidCanisAmunitionList "0xD7772013">
<!ENTITY unidShortFangMissile "0xD77720A3">
<!ENTITY unidLongFangMissile "0xD77720B3">
]>
<TranscendenceExtension UNID="0xD7772013" version="0.98b">
<ItemType UNID="&unidShortFangMissile;"
name= "31-A Short Fang Missile"
level= "2"
value= "20"
mass= "55"
frequency= "common"
numberAppearing= "2d12"
modifiers= "Consumable; Missile"
showReference= "true"
description= "This is a standard hexagene high-explosive missile; cheap and light. The weapon of choice for high speed Canis Ships"
sortName= "Canis.1"
>
<Image imageID="&rsItems1;" imageX="0" imageY="96" imageWidth="96" imageHeight="96"/>
</ItemType>
<ItemType UNID=""&unidLongFangMissile;"
name= "72-E Long Fang Missile"
level= "2"
value= "25"
mass= "60"
frequency= "common"
numberAppearing= "2d12"
modifiers= "Consumable; Missile"
showReference= "true"
description= "This is a hexagene high-explosive missile; Fast and Homing, their long range capabliities make them popular with Bounty Hunters."
sortName= "Canis.2"
>
<Image imageID="&rsItems1;" imageX="0" imageY="96" imageWidth="96" imageHeight="96"/>
</ItemType>
</TranscendenceExtension>
If one of you Genies (??plural of Genius) could tell me where Im going wrong I would be very greatful.