The best way to explain is witn an example:
I have 2 XML documents:
Doc 1:
Code: Select all
<root>
<one />
<two>
Hello
<three>World</three>
</two>
</root>Code: Select all
<whatever>
<node />
</whatever>Code: Select all
<whatever>
<node>
Hello
<three>World</three>
</node>
</whatever>Can someone help me please?
Thank you very much.