xsl-list
[Top] [All Lists]

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

2006-07-25 05:49:52
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(_at_)gmail(_dot_)com]
Sent: Tuesday, 25 July 2006 10:10 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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="/">



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>