Subject: RE: hoe to use "(" within a variable
From: "Andrew Welch" <awelch@xxxxxxxxxxxxxxx>
Date: Mon, 12 Aug 2002 11:55:48 +0100
|
or of course, just enclose it in ' ' to make it a string.........
:-)
> -----Original Message-----
> From: Vinoth Palaniappan [mailto:vinoth@xxxxxxxxxxxx]
> Sent: 12 August 2002 11:17
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: hoe to use "(" within a variable
>
>
> Hi,
> I need to define a variable in XSL sheet as follows:
> <xsl:variable name="entering_log" select='sprintf(log_str,
> "\n%s: %d: %s:
> %s", __FILE__,__LINE__,fn, "Entering"); log_func();' ></xsl:variable>
> I'm getting an error: "Could not find function:
> sprintf()" from the
> XSL engine. How to escape the characters ( ) " ' so that they will be
> interpreted as normal text by the XSL engine.
>
> ______________________________________________________________
> ______________
> ___________
> Vinoth
> iDEN OMC Software, GSG
> Motorola, India
> voice: 91-040-3308090 extn:3208
> ______________________________________________________________
> ______________
> ___________
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.381 / Virus Database: 214 - Release Date: 02/08/2002
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 02/08/2002
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|