[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Re: [docbook] website and keyword vs. keywords
Hi Dave,
I don't know about the "description" element in website or DocBook. Where
does that come from?
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net
----- Original Message -----
From: "DavePawson" <davep@dpawson.co.uk>
To: "Bob Stayton" <bobs@sagehill.net>
Cc: "DocBook Apps" <docbook-apps@lists.oasis-open.org>; "Thomas Porschberg"
<porschberg@osp-dd.de>
Sent: Friday, March 13, 2009 12:51 AM
Subject: Re: [docbook-apps] Re: [docbook] website and keyword vs. keywords
> Bob Stayton wrote:
>> [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
>
>
> Bob, in head.xsl I have updated to that.
> I also added
>
> <xsl:template match="description" mode="head.mode">
> <meta name="description" content="{.}"/>
> </xsl:template>
>
>
> Which might imply that the description element isn't processed?
>
> regards
>
>
>
> regards
>
> --
> Dave Pawson
> XSLT XSL-FO FAQ.
> http://www.dpawson.co.uk
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]