Re: [xsl] check if content value begins with some exact characters

Subject: Re: [xsl] check if content value begins with some exact characters
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Thu, 18 Apr 2002 13:14:50 +0200
Hello!

Just as you said:

<xsl:if test="not(starts-with(elem, 'RE:'))">RE:</xsl:if>
<xsl:value-of select="elem"/>

--
Oleg Tkachenko
Multiconn International, Israel

Jarkko.Moilanen@xxxxxx wrote:
Hi!

Any ideas about how to check if the element content begins, lets say
with characters RE:? If it does not begin RE: -> add these characters
in the beginning. If it does begin with these characters -> do nothing, but insert the value of the element?



Cheers Jarkko


*******************************************************************
Jarkko Moilanen         *You are wise, witty, and wonderful,      *
Researcher/ ITCM        *but you spend too much time              *
jarkko.moilanen@xxxxxx  *reading this sort of trash.              *
www.uta.fi/~jm60697     *                                         *
GSM: +358 50 3766 927   *                                         *
*******************************************************************
* ITCM Information Technology and Crisis Management               *
*******************************************************************

XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list




XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread