[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Problem passing parameter ASP -> XSL
The parameters should belong to the Stylsesheet, not the template.
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/> <xsl:param name="paramVal1" select="'default 1'"/> <xsl:param name="paramVal2" /> <xsl:template match="/"> On 7/25/06, Garry Searle <garry@xxxxxxxxxxxxxxxxxx> wrote:
-- Dean Fiala Very Practical Software, Inc Now with Blogging... http://www.vpsw.com/blogbaby Microsoft MVP
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|