Re: [xsl] Problem with case-sensitivity

Subject: Re: [xsl] Problem with case-sensitivity
From: "Luke Ambrogio" <luke.ambrogio@xxxxxxxxxxxx>
Date: Wed, 1 Oct 2003 11:17:03 +0200
thanks a lot dave, that solves the problem cheers
----- Original Message ----- 
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, October 01, 2004 11:12 AM
Subject: Re: [xsl] Problem with case-sensitivity


> 
> > <xsl:param name="upperCase" select="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
> 
> That selects the child element <ABCDEFGHIJKLMNOPQRSTUVWXYZ> of the
> current node, if there are no such elements it selects nothing.
> 
> You want
> 
> <xsl:param name="upperCase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
>                                     ^                          ^
>                                     ^                          ^
>                                     ^                          ^
>                                     ^                          ^
>                                     ^                          ^
>                                     ^                          ^
> 
> 
> David
> 
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________

Current Thread