RE: [xsl] Empty elements

Subject: RE: [xsl] Empty elements
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 21 Feb 2002 18:49:27 -0000
Use the normalize-space() function.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of TP
> Sent: 21 February 2002 18:25
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] 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
> 
> 

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


Current Thread