This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Announce: Website 2.0a2


Norman Walsh <ndw@nwalsh.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]