Hi,
how can i get Last added 5 item's node from my XML file with Xpath ?
this is not what i want .. its gives First 5 item , i wanna get last 5 item
XPath="/newsSection/news[position()<=5]
thanx for ur helps.
Hi,
how can i get Last added 5 item's node from my XML file with Xpath ?
this is not what i want .. its gives First 5 item , i wanna get last 5 item
XPath="/newsSection/news[position()<=5]
thanx for ur helps.
at a guess which is probably wrong
XPath="/newsSection/news[position()>last()-5]