RE: [xsl] String comparisons fail unexpectedly: how can 'USA' not be 'USA'?

Subject: RE: [xsl] String comparisons fail unexpectedly: how can 'USA' not be 'USA'?
From: TSchutzerWeissmann@xxxxxxxxxxxxxxxx
Date: Wed, 27 Feb 2002 17:26:43 -0000
Joerg Pietschmann wrote:

>Look up normalize-space()may solve you problem:
> <xsl:key name="cc" match="Corporation"
>   use="normalize-space(Access/Billcodes/Billcode/@Country)"/>
>Or not, be careful if there are multiple Billcode elements.

What will happen if there are multiple Billcode elements?

Thanks,
TOm

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


Current Thread