K 10
svn:author
V 3
hrs
K 8
svn:date
V 27
2004-12-31T07:24:05.000000Z
K 7
svn:log
V 365
Add a generic l10n template for formatting date string and
clean up the previous hack.  Now we can redefine the following
parameters in the localized includes.xsl:

 <xsl:param name="param-l10n-date-format-YMD" select="'%D %M, %Y'" />
 <xsl:param name="param-l10n-date-format-YM" select="'%M %Y'" />
 <xsl:param name="param-l10n-date-format-MD" select="'%D %M'" />

END
