[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Problem passing parameter ASP -> XSL


Subject: RE: [xsl] Problem passing parameter ASP -> XSL
From: "Garry Searle" <garry@xxxxxxxxxxxxxxxxxx>
Date: Tue, 25 Jul 2006 22:19:29 +0930

Thanks very much Dean

I was sure I had tried that variation, but must've had another error at the
time :)
I think with that out of the way, I have a nice first attempt app working
Now to understand it all, lol

Garry

-----Original Message-----
From: Dean Fiala [mailto:dfiala@xxxxxxxxx]
Sent: Tuesday, 25 July 2006 10:10 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] 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="/">


Current Thread
Keywords
xsl