It's my xml (for example)
<root>
<node type="A">
<this/>
</node>
<node type="B">
<that/>
</node>
</root>
I can't manage order and names of nodes. It xml MUST contains nodes in this order and with this names. So I found solutions for problem "different types with same names". It's clear. But how I can check order of nodes? There is MUST be 2 nodes (1 node and then 1 node ). Is it possible?
Thanx!