RE: [xsl] hoe to use "(" within a variable

Subject: RE: [xsl] hoe to use "(" within a variable
From: "Yates, Danny (ANTS)" <danny.yates@xxxxxxxxxx>
Date: Mon, 12 Aug 2002 13:43:49 +0100
Hi Vinoth,

That wasn't entirely clear from your message. At least, not to me.
Although everyone else who has replied seemed to understand!

My mistake. Sorry.

Rgds,

Dan.

-- 
Danny Yates
XML Technical Architect
Abbey National Treasury Services
E-mail: Danny.Yates@xxxxxxxxxx
Phone: +44 20 7612 4017
Fax: +44 20 7612 4342


-----Original Message-----
From: Vinoth Palaniappan [mailto:vinoth@xxxxxxxxxxxx]
Sent: 12 August 2002 12:30
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] hoe to use "(" within a variable


Hi yates,
	I'm trying to generate code in C++ using XSL and XML; Based on XML
input, i'm trying to output a C++ file and hence the sprintf() within XSL.

____________________________________________________________________________
___________
Vinoth
iDEN OMC Software, GSG
Motorola, India
voice: 91-040-3308090 extn:3208
____________________________________________________________________________
___________


>-----Original Message-----
>From: Yates, Danny (ANTS) [mailto:danny.yates@xxxxxxxxxx]
>Sent: Monday, August 12, 2002 4:36 PM
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>Subject: RE: [xsl] hoe to use "(" within a variable
>
>
>Hi Vinoth,
>
>Unless I'm mistaken sprintf() is a C/C++ function. You are writing
>XSLT. What makes you think that the XSLT processor is going to
>understand a C/C++ function?
>
>You might be able to do what you want by writing an extension function.
>See the documentation of your XSLT processor.
>
>Rgds,
>
>Dan.
>
>-- 
>Danny Yates
>XML Technical Architect
>Abbey National Treasury Services
>E-mail: Danny.Yates@xxxxxxxxxx
>Phone: +44 20 7612 4017
>Fax: +44 20 7612 4342
>
>
>-----Original Message-----
>From: Vinoth Palaniappan [mailto:vinoth@xxxxxxxxxxxx]
>Sent: 12 August 2002 11:17
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>Subject: [xsl] 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
>
>
>***************************************************************
>************
>This communication (including any attachments) contains 
>confidential information.  If you are not the intended 
>recipient and you have received this communication in error, 
>you should destroy it without copying, disclosing or otherwise 
>using its contents.  Please notify the sender immediately of the error.
>
>Internet communications are not necessarily secure and may be 
>intercepted or changed after they are sent.  Abbey National 
>Treasury Services plc does not accept liability for any loss 
>you may suffer as a result of interception or any liability 
>for such changes.  If you wish to confirm the origin or 
>content of this communication, please contact the sender by 
>using an alternative means of communication.
>
>This communication does not create or modify any contract and, 
>unless otherwise stated, is not intended to be contractually binding.
>
>Abbey National Treasury Services plc. Registered Office:  
>Abbey National House, 2 Triton Square, Regents Place, London 
>NW1 3AN.  Registered in England under Company Registration 
>Number: 2338548.  Regulated by the Financial Services Authority (FSA).
>***************************************************************
>************
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>

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


***************************************************************************
This communication (including any attachments) contains confidential information.  If you are not the intended recipient and you have received this communication in error, you should destroy it without copying, disclosing or otherwise using its contents.  Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed after they are sent.  Abbey National Treasury Services plc does not accept liability for any loss you may suffer as a result of interception or any liability for such changes.  If you wish to confirm the origin or content of this communication, please contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 2 Triton Square, Regents Place, London NW1 3AN.  Registered in England under Company Registration Number: 2338548.  Regulated by the Financial Services Authority (FSA).
***************************************************************************


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


Current Thread