Click to See Complete Forum and Search --> : <xsl:if> question?


TRUNGLE
September 25th, 2001, 11:42 PM
Hi all
I'm having a problem with xsl:if tag.
I have a XML data file which contain tag. I just want to create a XSL file to filter the person who has FIRSTNAME start with a character (A,B,C ...). I have used tag but I can only write (abc is a person name).
I guess that there is a funtion which let me pick the first letter from FIRSTNAME to compare but I don't know. Anyone helps me,please.
Thanks in advance,
Trung

popeye
March 4th, 2002, 11:21 PM
Use patterns to compare just the first character.