This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: check if content value begins with some exact characters


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@uta.fi 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@uta.fi  *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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]