My sample input XML is:
item item1 item2 item3
The following should work:
/root/a/b[2]
And if it doesn't, try:
/root/a/b[position()=2]