[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: passing parameters to XSL file

Subject: Re: passing parameters to XSL file
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Thu, 20 Jun 2002 08:38:52 +0000
passing parameter to xsl file
Raju,

The following is how you do it..
make use of <xsl:param name = "whatevername">

The following code will help you
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="commandparam"/>
<xsl:template match="/">
This came from the commandline parameter :<xsl:value-of select="$commandparam"/>
</xsl:template>
</xsl:stylesheet>


and pass the parameters through command line or in the Servlet through the API.. The XSL Receives it..and you can process it in which ever way you wanted to.

cheers!!
VAsu


From: Krishnam Raju <krishnamrajua@xxxxxxxxxxxxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  passing parameters to XSL file
Date: Thu, 20 Jun 2002 12:57:36 +0530

Hi all,
	I got a question.
	I want to get some data depending on the selection made in html
file. The data is stored in an XML file. I parse this XML file using XSL. I
submit this html file to a servlet passing the name value pairs.
	How to pass parameters to XSL file from servlets?
	How to read that parameter in XSL file.

Regards,
Krishnam Raju.


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






_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx



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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.