Hi,
I am working with XML based codes.
I was asked to check multiple condition in XML codes.
Here I want to select node with id>=8 and Country=UK.
Help me to get rid of this problem
I am working with XML based codes.
I was asked to check multiple condition in XML codes.
Code:
<Model> <Component id="10" name="John" country="UK"> </Component> <Component id="45" name="Peter" country="US"> </Component> <Component id="3" name="Mark" country="AUS"> </Component> <Component id="8" name="Luke" country="UK"> </Component> <Model>
Here I want to select node with id>=8 and Country=UK.
Help me to get rid of this problem