[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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
bobs@sagehill.net
----- Original Message -----
From: "Thomas Porschberg" <porschberg@osp-dd.de>
To: <docbook@lists.oasis-open.org>
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: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
>
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]