So as part of the great mess, my group of friends has dived into the wonderful world of post-apocalyptic zombie survival.
We wanted to make the nights scarier, "What if at night, all zombies are feral."
Here's the code as I've written it to change one entity group:
<remove xpath="/entitygroups/entitygroup[id=ZombiesNight]/>
<append xpath="/entitygroups">
<entitygroup name="ZombiesNight">
<entity name="zombieSpiderFeral" prob=".5"/>
<entity name="zombieBoeFeral"/>
<entity name="zombieJoeFeral"/>
<entity name="zombieSteveFeral"/>
<entity name="zombieMoeFeral"/>
<entity name="zombieYoFeral"/>
<entity name="zombieBusinessManFeral"/>
<entity name="zombieArleneFeral"/>
<entity name="zombieDarleneFeral"/>
<entity name="zombieMarleneFeral"/>
<entity name="zombieNurseFeral"/>
<entity name="zombieSteveCrawlerFeral"/>
<entity name="zombieFatHawaiianFeral"/>
</entitygroup>
</append>
The error code I'm getting thrown is Error : '<', hexadecimal value 0x3C, is an invalid attribute character and it is line 7, position 2, which would be the <append
We wanted to make the nights scarier, "What if at night, all zombies are feral."
Here's the code as I've written it to change one entity group:
<remove xpath="/entitygroups/entitygroup[id=ZombiesNight]/>
<append xpath="/entitygroups">
<entitygroup name="ZombiesNight">
<entity name="zombieSpiderFeral" prob=".5"/>
<entity name="zombieBoeFeral"/>
<entity name="zombieJoeFeral"/>
<entity name="zombieSteveFeral"/>
<entity name="zombieMoeFeral"/>
<entity name="zombieYoFeral"/>
<entity name="zombieBusinessManFeral"/>
<entity name="zombieArleneFeral"/>
<entity name="zombieDarleneFeral"/>
<entity name="zombieMarleneFeral"/>
<entity name="zombieNurseFeral"/>
<entity name="zombieSteveCrawlerFeral"/>
<entity name="zombieFatHawaiianFeral"/>
</entitygroup>
</append>
The error code I'm getting thrown is Error : '<', hexadecimal value 0x3C, is an invalid attribute character and it is line 7, position 2, which would be the <append