On 6/23/06, Ewan Mac Mahon <ewan at macmahon.me.uk> wrote: > After a bit of playing around it seems that starting "//" gives the wrong > result, starting "/" doesn't quite work at all, but starting with "./" gives > the desired effect. In XPath, like with file paths, you can just write the relative path: 'tbody' instead of './tbody'.