RE: [docbook-apps] html navigation <link> elements

From
Mauritz Jeanson <>
Date
2006-05-07T17:07:49+00:00
ID
000001c671f8$c9a21ab0$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] html navigation <link> elements
> -----Original Message-----
> From: Sam Steingold
> 
> I want my output to contain the the following in the <html><head>
> section:
> 
> <link rel="home" title="Home" href="http://clisp.cons.org" />
> <link rel="contents" title="Table of Contents"
>       href="http://clisp.cons.org/impnotes/" />
> <link rel="help" title="Technical Support"
>       href="http://clisp.cons.org/impnotes/faq.html#faq-help" />


Customize the 'user.head.content' template:
http://www.sagehill.net/docbookxsl/HtmlHead.html

/MJ