I'm trying to run the following xpath query:
/html/body/table[2]/tbody/tr[1]/td[2]/table[3]/tbody/tr/td/div/
table[1]/tbody/tr[position()>4]
....nothing happens.
I'm using xpather firefox extension to simulate it, but PHP fails to
run it.
Is there an expression size limit?
/html/body/table[2]/tbody/tr[1]/td[2]/table[3]/tbody/tr/td/div/
table[1]/tbody/tr[position()>4]
....nothing happens.
I'm using xpather firefox extension to simulate it, but PHP fails to
run it.
Is there an expression size limit?
Comment