RE: [xsl] xsl match first letter of data?

Subject: RE: [xsl] xsl match first letter of data?
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 3 Mar 2003 13:44:14 +0200
> What xsl:if or other tag can I use to specify that only 
> 'products' with a 'name' beginning with the letter "a" should 
> be displayed?  Hope this makes sense, I am 
> fairly new to XSL but I have read for two days now and can't 
> find a way to do this so far. Thanks!

substring(name, 1, 1) = "a"

Cheers,

Jarno - Hypnoskull: electronic music means war to us (v4)




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


Current Thread