are
<parent>
<first_child>1111111</first_child>
<second_child>2222222</second_child>
</parent>
and
<parent>
<second_child>2222222</second_child>
<first_child>1111111</first_child>
</parent>
should be considered as xmls with the same structure or not?