I'm having a problem with the following code, the code editor shows no error but I get a bad character error "<" on the second line.
<append xpath="/items/item[@name='meleeToolRepairT0TazasStoneAxe']>
<actions name="Action1"> <!-- UseAction -->
<property name="Class" value="Repair"/>
<property name="Delay" value=".64"/> <!-- Repair actions still need the delay amount -->
<property name="Repair_amount" value="800"/>
<property name="Upgrade_hit_offset" value="-1"/>
<property name="Sound_start" value="repair_block"/>
<property name="Allowed_upgrade_items" value="resourceWood,resourceClayLump,resourceSnowBall,resourceScrapIron,resourceForgedIron,resourceForgedSteel,resourceConcreteMix,resourceCobblestones,ironDoor1_v1,vaultDoor01,scrapHatch_v1,vaultHatch_v1,resourceYuccaFibers,resourceCloth,resourceScrapPolymers"/>
<property name="UsePowerAttackAnimation" value="false"/>
</actions>
What's wrong here?
<append xpath="/items/item[@name='meleeToolRepairT0TazasStoneAxe']>
<actions name="Action1"> <!-- UseAction -->
<property name="Class" value="Repair"/>
<property name="Delay" value=".64"/> <!-- Repair actions still need the delay amount -->
<property name="Repair_amount" value="800"/>
<property name="Upgrade_hit_offset" value="-1"/>
<property name="Sound_start" value="repair_block"/>
<property name="Allowed_upgrade_items" value="resourceWood,resourceClayLump,resourceSnowBall,resourceScrapIron,resourceForgedIron,resourceForgedSteel,resourceConcreteMix,resourceCobblestones,ironDoor1_v1,vaultDoor01,scrapHatch_v1,vaultHatch_v1,resourceYuccaFibers,resourceCloth,resourceScrapPolymers"/>
<property name="UsePowerAttackAnimation" value="false"/>
</actions>
What's wrong here?