in reply to Re: Is the span tag supported by HTML:Treebuilder
in thread Is the span tag supported by HTML:Treebuilder

I was already returning a value of 1 to make it loop through the tree but that was one of the lines I cut for brevity. I changed it to return HTML::Element::OK but it still does not work. It will pick out all the other tags that I've tried (such as div, a, b)

CH
  • Comment on Re: Answer: Is the span tag supported by HTML:Treebuilder

Replies are listed 'Best First'.
Re: Re: Answer: Is the span tag supported by HTML:Treebuilder
by cianoz (Friar) on Jan 22, 2001 at 20:06 UTC
    it works fine for me, with SPAN and a with few other tags i tested, did you tried with other pages? it could be due to errors in the html syntax...
      it does work with other sites!
      Damn, thats the last time I try to download the headlines from ZDNet.

      thanks for your help
      CH