Next in thread → Next in month →

Re: DOCBOOK-APPS: Announce: Website 2.0a2

From
Sylvain Amrani <>
Date
2001-06-15T00:35:08+00:00
ID
Thread
Re: DOCBOOK-APPS: Announce: Website 2.0a2
Norman Walsh <> writes:

> I've released an ALPHA-2 snapshot of the Website doctype.

Norm, is that possible to make the use of $rcsdate a template, so we
could customize it ?

Something like that :

$ diff website-common.xsl~ website-common.xsl
102c102
<           <span class="footdate"><xsl:value-of select="$rcsdate"/></span>
---
>           <span class="footdate"><xsl:call-template name="rcsdate"><xsl:with-param name="rcsdate" select="$rcsdate"/></xsl:call-template></span>
261a262,266
>
> <xsl:template name="rcsdate">
>   <xsl:param name="rcsdate" select="'Date'"/>
>   <xsl:value-of select="$rcsdate"/>
> </xsl:template>

Maybe I'm totally wrong and we can customize it with the stylesheets
as they are. I saw you did it on your own pages.

Sylvain
Next in thread → Next in month →