Subject: Re: Keep it simple S...
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 12 Dec 2001 23:27:20 GMT
|
>
> For example, you can't have
>
> <xsl:if test="contains($getit, ''')">
but in that case of course you can just use "'"
you only need the variables (or use concat() ) to produce a string with
both a ' and " there is no way in Xpath to have a string literal that
has both of those.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|