A
Ash
Hi,
Using this sample XML ......
<Data>
<House>
<Location> London </Location>
<Type> Detached </Type>
<Value> 200,000 </Value>
</House>
<House>
<Location> London </Location>
<Type> Flat </Type>
<Value> 100,000 </Value>
</House>
</Data>
Is it possible to generate an xpath query which will locate all house nodes
which have a location = "London" and Type = "Flat".
Regards
Ash.
Using this sample XML ......
<Data>
<House>
<Location> London </Location>
<Type> Detached </Type>
<Value> 200,000 </Value>
</House>
<House>
<Location> London </Location>
<Type> Flat </Type>
<Value> 100,000 </Value>
</House>
</Data>
Is it possible to generate an xpath query which will locate all house nodes
which have a location = "London" and Type = "Flat".
Regards
Ash.