У меня есть следующая структура XML
<?xml version="1.0" encoding="UTF-8"?>
<Root>
<BookingGroup>
<PostCodes>
<PostCode >AB</PostCode>
<PostCode >AL</PostCode>
</PostCodes>
</BookingGroup>
<BookingGroup>
<PostCodes>
<PostCode >AB</PostCode>
<PostCode >D</PostCode>
</PostCodes>
</BookingGroup>
</Root>
Теперь для каждого почтового кода AB во всем XML-файле мне нужен вывод:
<Root>
<Child>
<Child1>
</Child1>
<Child1>
</Child1>
</root>
потому что есть два почтовых индекса AB, мне нужно два элемента child1.