This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Empty elements


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]