Subject: repost - string comparison
From: "TP" <tpass001@xxxxxxxxxxx>
Date: Thu, 21 Feb 2002 12:50:32 -0600
|
Repost - Sorry I forgot to change the subject on the previous one.
apologies.
I have a xml as
**
<FIELD_MASK>NEOL </FIELD_MASK>
**
and I want to compare it
**
<xsl:when test = "FIELD_MASK='NEOL'">
**
Obviously this will not work because of the prevailing white spaces. Is
there a way for me to obtain a substring to compare or .trim() this using
xsl.
Please let me know.
Thanks,
TP.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|