Re: getData() problems (was Re: A little bit confused)
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2002-01-17 23:51:01
|
> At 17:33 17/01/02 +0100, you wrote: > >I am also fighting with the develop version the whole day now. > > > >getData goes to wholeText() goes to substringData() goes to _setContent() > > The fun part is that the deprecated get_content() works... Simple bug, just found it. In getData() we had: $this->wholeText($absoluteXPath); instead of: return $this->wholeText($absoluteXPath); Oops :o) You'll find the fix in CVS. Nigel |