OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC