G
Guest
What would cause the xml in this example to fail when loaded into a dataset
Changing the childnode '<a>' under 'node2' to something else fixes the problem, but I really need to understand why this happens, although the two '<a>'s are under different nodes
<Body
- <node1><a>1</a><b>2</b></node1
- <node2
- <a><a1>1</a1><a2>2</a2></a></node2></Body>
Changing the childnode '<a>' under 'node2' to something else fixes the problem, but I really need to understand why this happens, although the two '<a>'s are under different nodes
<Body
- <node1><a>1</a><b>2</b></node1
- <node2
- <a><a1>1</a1><a2>2</a2></a></node2></Body>