From: Marc G. <mgu...@ya...> - 2004-07-26 16:08:01
|
Hi, I'm working on migrating Webtest (http://webtest.canoo.com) from httpunit to htmlunit and I face following problem: a xpath like /html/head/title evaluates to nothing whereas /head/title evaluates to the title of the document. - why does it work this way? I mean, it seems more logical to have the "/html" as the root of the structured document. - is there an easy way to change this behavior? Marc. |