Re: New use need your help
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2003-03-08 17:01:21
|
The document said it needs an absolute XPath and the default parameter = is the 'super-root',=20 Isn't "/library/book[1]" a abolute Xpath? Nope sorry, it's close, but you need to use: "/library[1]/book[1]" Even though there can be only one root node, the [1] is needed. Cheers Nigel |