Subject: RE: Discard a "." in an element value
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 14 Dec 2004 11:48:22 -0000
|
translate(., '.', '')
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Beatriz Langiano [mailto:bialangiano@xxxxxxxxxxxx]
> Sent: 14 December 2004 11:17
> To: XSL List
> Subject: Discard a "." in an element value
>
> Hi,
> I have a xml file with a date element:
>
> <dc:date>2004.</dc:date>
>
> I need select the value of this date element, and
> so, in xsl file,
> I used:
> <xsl:value-of select="." />
>
> But I`d like to select only "2004", and not the "."
> .
> How can I discard the "."?
>
>
> Thanks, Beatriz
>
>
>
>
> =====
> Beatriz Langiano
> Mestrado em Informatica
> Universidade Federal do Parana - Brasil
>
>
>
>
>
> _______________________________________________________
> Yahoo! Mail - Agora com 250MB de espago gratuito. Abra
> uma conta agora! http://br.info.mail.yahoo.com/
|