Page 1 of 1

Edit XML for items with the same tag

Posted: Wed Feb 13, 2019 5:00 am
by Holger Schaper
Hello,
i have the following XML file:
<Test>
<Group>
<Item src="Item1" />
<Item src="Item2" />
<Item scr="Item3" />
</Group>
</Test>

I want to insert a new item after the first item ?
When i use the "Create Option" the new Item is inserted ad the end (after item3).

Any ideas to solve this problem ?

Thanks Holger