7 messages in com.mysql.lists.win32Re: Adding a space in CONCAT
FromSent OnAttachments
Greg Quinn17 Apr 2004 12:39 
Charles Mabbott17 Apr 2004 12:42 
Dr. Virginia R. Hetrick17 Apr 2004 14:25 
Graeme St.Clair18 Apr 2004 11:51 
Graeme St.Clair18 Apr 2004 12:07 
rob spijkerman18 Apr 2004 13:51 
East Bay Technologies18 Apr 2004 15:17 
Subject:Re: Adding a space in CONCAT
From:Graeme St.Clair (grae@charter.net)
Date:04/18/2004 11:51:59 AM
List:com.mysql.lists.win32

Hmm. I'm not sure that's it. OTOH, maybe it matters that the sgl q's are already inside dbl q's. The following is working for me:-

<xsl:value-of select="concat(' (',last(),') ')"/>

Version is:-

No source file name SAXON 7.9 from Saxonica Usage: java net.sf.saxon.Transform [options] source-doc style-doc {param=value}... Options: etc etc

Rgds, G.

Hi, Greg - You need double quotes, not single quotes, I think. HTH. virginia