Subject: RE: Passing inputs to an XSLT
From: "Karthickraj N - CTD, Chennai." <karthickrajn@xxxxxxxxxxxxxxx>
Date: Wed, 14 May 2003 11:56:16 +0530
|
Is there any concept like passing command line arguments in XSLT
-----Original Message-----
From: Sundar Shanmugasundaram [mailto:SSHANMUGASUNDARAM@xxxxxxxxxxxxx]
Sent: Wednesday, May 14, 2003 11:07 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Passing inputs to an XSLT
Karthick,
You can give <xsl:param> inside <xsl:template>. Include your xsl file in
the
file which has to call this xsl file. And use the call-template with
with-param.
sundar
-----Original Message-----
From: Karthickraj N - CTD, Chennai.
[mailto:karthickrajn@xxxxxxxxxxxxxxx]
Sent: Wednesday, May 14, 2003 11:08 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Passing inputs to an XSLT
Hello friends,
I wanted to pass a string as input to an XSLT file, which will then be used
as a variable in the XSLT file.
If anyone could find a solution please help me out.
Thanx in advance,
Regards,
Karthickraj
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|