1<?xml version="1.0"?> 2<doc> 3 <element1>Text from first element 4 <child1>Text from child1 of first element</child1> 5 <child2>Text from child2 of first element</child2> 6 </element1> 7 <element2>Text from second element 8 <child1>Text from child1 of second element</child1> 9 <child2>Text from child2 of second element (correct execution)</child2> 10 </element2> 11</doc> 12