I want to get only those elements in which number is greater than One. What should I use?Tokenizer is not working I guess here…
<games>
<game>
<Motion>False</Motion>
<Platform>Playstation3,XBox, typer</Platform>
</game>
<game>
<Motion>False</Motion>
<Platform>Playstation3</Platform>
</game>
</games>
You can use the contains() function:
EDIT: The query you posted does not match your XML markup. Try something like: