Re: %header_order membership
Gisle Aas (aas@bergen.sn.no)
13 Aug 1997 16:10:49 +0200
Cliff Wheatley <cwheat@concordia.net> writes:
> At 05:56 AM 8/13/97 +0200, ts <decoux@moulon.inra.fr> wrote:
> >[. . .]
> >
> >DESCRIPTION
> > The HTML::HeadParser is a specialized (and lightweight)
> > HTML::Parser that will only parse the <HEAD>...</HEAD>
> > section of a HTML document. The parse() and parse_file()
> > methods will return a FALSE value as soon as a <BODY>
> > element is found, and should not be called again after this.
> >
>
> Yeah I read that. How is <META NAME=keywords CONTENT="blah, blah"> tag
> handled?
It is there too:
X-Meta-Foo
All <meta> elements will initialize headers with the
prefix "X-Meta-". If the element contains a http-equiv
attribute, then it will be honored as the header name.
i.e. you get a header called 'X-Meta-Keywords' with a value of "blah,
blah".
--
Gisle Aas <aas@sn.no>