i have xml like below
<ROOT>
<ITEM Name="Hello">
<SomeValue1a </SomeValue1>
<SomeValue2b </SomeValue2>
</ITEM>
<ITEM Name="World">
<SomeValue1BO B </SomeValue1>
<SomeValue2CARO L </SomeValue2>
</ITEM>
</ROOT>
How to Selectsinglenod e() 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">
<SomeValue1a </SomeValue1>
<SomeValue2b </SomeValue2>
</ITEM>
<ITEM Name="World">
<SomeValue1BO B </SomeValue1>
<SomeValue2CARO L </SomeValue2>
</ITEM>
</ROOT>
How to Selectsinglenod e() to get to the Node ITEM with Name = "World"
or do i have to Loop and Find it that way
Thanks
DaveL
Comment