You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Sean Wheller <se...@inwords.co.za> on 2004/12/17 09:40:41 UTC

add custom META to HEAD

How can I can my own META tags to HTML HEAD?
-- 
Sean Wheller
Technical Author
sean@inwords.co.za
084-854-9408
http://www.inwords.co.za

Re: add custom META to HEAD

Posted by Glen Tulukin <gl...@iteclectic.com>.
"Sean Wheller" <se...@inwords.co.za> wrote in message
news:200412171040.44420.sean@inwords.co.za...

Read the thread "search engine friendly skins" -- just few threads below.

Briefly,
1. add some "meta" elements to your doc -- you can have as many
document/header/meta as you want
2. update document2html.xsl to create a meta-data element as output in
addition to div it renders.
3. update site2html.xsl -- create your custom html/head/meta and populate
them from meta-data elements.

Glen