<E st="SS" > <id>789</id> <name>Study Table 1200 C2</name> <vlid>1</vlid> <E st="SS" > <id>567</id> <name>Study Table1</name> <vlid>94611431277729312</vlid> </E> <E st="SS" > <id>345</id> <name>Study -SOFT1</name> <vlid>94611431277729311</vlid> </E> <E st="SS" > <id>123</id> <name>Study Table 02</name> <vlid>94611431277729309</vlid> </E> </E> in this i am trying to get the node Value of id where vlid=3. the xpath i have written is (//E[vlid=94611431277729312]/id). the result is <id>567</id>,<id>345</id><id>123</id>
rather i want only one id i.e <id>567</id>. please help me out why i am unable to get the excepted output.
Thanks In Advance