Re: getData() problems (was Re: A little bit confused)
Brought to you by:
bs_php,
nigelswinson
From: Luc Saint-E. <lu...@sa...> - 2002-01-18 00:05:29
|
Nigel, I tried latest CVS.. it works Luc At 23:50 17/01/02 +0000, you wrote: > > 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 |