Re: [xsl] Empty elements

Subject: Re: [xsl] Empty elements
From: "TP" <tpass001@xxxxxxxxxxx>
Date: Thu, 21 Feb 2002 12:24:50 -0600
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


Current Thread