[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Replacing words in an element


Subject: Re: [xsl] Replacing words in an element
From: Armen Martirossian <armmarti@xxxxxxxxx>
Date: Fri, 15 Aug 2003 23:25:58 -0700 (PDT)

--- Joseph Tan <Joseph.Tan@xxxxxxxxxxxxxxxxxx> wrote:
> How do I replace SOUTHLIB with "South Library"?
Since the XSLT code you supplied is not complete, it's
hard to make exact comments. However, one point that
will be corrected is:

>       <--
> Tried the following but didn't work-->
>                                              
> <!--<xsl:choose>
> 						<xsl:when test="starts-with($items,
> 'SOUTHLIB')">
> 							South Campus Library
> 						</xsl:when>
> 				</xsl:choose>-->	

Try to replace the XPath expression with this:

   starts-with(., 'SOUTHLIB')

I hope this helps.

Regards,
Armen




__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



Current Thread
Keywords