Re: [exslt] EXSLT functions Developers' guide?
by Florent Georges other posts by this author
Jul 1 2007 10:26AM messages near this date
[exslt] EXSLT functions Developers' guide?
|
[exslt] Exslt Date Functions
& XSLT alex kuklin wrote:
Hi
> I need a gettext() implementation.
> I use <xsl:value-of
select="$strings/string[@label='search']/val[@lang=$lang]"/>
> now and I want to replace it with something like
> .. select="l10n('search')" ..
Which XSLT processor do you use? It has to support EXSLT functions
if you want to use them. If you use XSLT 2.0 you already have XPath
functions out of the box.
Regards,
--drkm
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
_______________________________________________
exslt mailing list
list@[...].org
http://www.exslt.org/list
Thread:
Alex Kuklin
Florent Georges
|