Hi All,
I have been given a file in the following format:
The ItemInfo.xsd does not exist. But how do I extract the Title element using XPath from this file? I've tried all manner of syntax but never get any results, can anyone help here please.
woogoo
I have been given a file in the following format:
Code:
<ItemInformation xmlns="[URL unfurl="true"]http://tempuri.org/ItemInfo.xsd">[/URL]
<ItemDetails>
<Title>This is the item title</Title>
<State>This is the item state</State>
<ItemCost ... />
<ItemCost ... />
<ReOrder>
<MinLevel>25000</MinLevel>
<MaxLevel ... />
</ReOrder>
</ItemDetails>
</ItemInformation>
woogoo