D
daveL
i have xml like below
<ROOT>
<ITEM Name="Hello">
<SomeValue1> a </SomeValue1>
<SomeValue2> b </SomeValue2>
</ITEM>
<ITEM Name="World">
<SomeValue1> BOB </SomeValue1>
<SomeValue2> CAROL </SomeValue2>
</ITEM>
</ROOT>
How to Selectsinglenode() to get to the Node ITEM with Name = "World"
or do i have to Loop and Find it that way
Thanks
DaveL
<ROOT>
<ITEM Name="Hello">
<SomeValue1> a </SomeValue1>
<SomeValue2> b </SomeValue2>
</ITEM>
<ITEM Name="World">
<SomeValue1> BOB </SomeValue1>
<SomeValue2> CAROL </SomeValue2>
</ITEM>
</ROOT>
How to Selectsinglenode() to get to the Node ITEM with Name = "World"
or do i have to Loop and Find it that way
Thanks
DaveL