← Prev in month ← Prev in thread

Re: [docbook] website and keyword vs. keywords

From
Bob Stayton <>
Date
2009-03-12T15:43:28+00:00
ID
01d501c9a329$42037800$6400a8c0@pazu
Thread
Re: [docbook] website and keyword vs. keywords
[moving this over to the docbook-apps mailing list where stylesheet issues 
are discussed]

Hi,
This was noticed some time ago, and fixed in the SVN source tree in March 
2006.  However, there has not been a new release of website since 2005.

Adding this to your customization layer will fix it:

<xsl:template match="keywords" mode="head.mode">
  <meta name="keywords" content="{.}"/>
</xsl:template>

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "Thomas Porschberg" <>
To: <>
Sent: Thursday, March 12, 2009 12:27 AM
Subject: [docbook] website and keyword vs. keywords


> Hi,
>
> my name is Thomas Porschberg and I maintain a small website,
> http://randspringer.de , created with website 2.6.0 and docbook
> xsl-stylesheets.
>
> I observed the following behavior:
> When I create in the source XML some <keywords>chess ....</keywords>
> in the resulting HTML-page I see:
>
> <meta name="keyword" content="chess... >
>
> When I look at the examples at
> http://www.w3.org/TR/REC-html40/struct/global.html#edef-META
>
> I see something like:
>
> <META name="keywords" content="corporate,guidelines,cataloging">
>                   ^
>
> Is it a bug in the stylesheets or do I misunderstand something here ?
>
> Best regards and thank you for website !
> Thomas
>
> -- 
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>
← Prev in month ← Prev in thread