in reply to HTML::LinkExtor and meta http-equiv

LinkExtor doesn't appear to look at meta tags at all. Your issue has nothing to do with spaces or newlines.

That said, I think newlines aren't allowed in HTTP headers, so that's not a valid value. I also question whether spaces are allowed around the "=" of HTML attributes.

  • Comment on Re: HTML::LinkExtor and meta http-equiv

Replies are listed 'Best First'.
Re^2: HTML::LinkExtor and meta http-equiv
by r1n0 (Beadle) on Mar 20, 2010 at 00:39 UTC
    Thank you for the response. Is there a module that processes the meta tags? If not, when I come up with a working solution, I will post it for others.

    Thanks!
      You could add support to LinkExtor for this tag. It should be rather easy.