xxx73
Refugee
Hi
I'm trying to remove Vulture in EnemyAnimalsDesert group with using xpath. Since my xpath experience is like 0 I have not manged to do this correctly. This is what I have tried so far.
[/CODE]
What am I doing wrong, how should it look correctly?
I'm trying to remove Vulture in EnemyAnimalsDesert group with using xpath. Since my xpath experience is like 0 I have not manged to do this correctly. This is what I have tried so far.
Code:
<configs>
<remove xpath="/entitygroups/entitygroup[@name='EnemyAnimalsDesert'][@entity name="animalZombieVulture']" />
</configs>
Code:
<configs>
<remove xpath="/entitygroups/entitygroup[@name='EnemyAnimalsDesert'] />
<entity name="animalZombieVulture"/>
</configs>