Re: [xsl] Passing Variables to XSL Templates

Subject: Re: [xsl] Passing Variables to XSL Templates
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Wed, 27 Jun 2001 15:38:25 +0100
next step

<xsl:if test="NAME=$name">
...do something...
</xsl:if>


chow, jim
----- Original Message -----
From: "cutlass" <cutlass@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, June 27, 2001 3:30 PM
Subject: Re: [xsl] Passing Variables to XSL Templates


> like i said www.netcrucible.com is your first stop.
>
> jim fuller
> ----- Original Message -----
> From: "Joshua Miller" <josh.miller@xxxxxxxxxxxx>
> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Wednesday, June 27, 2001 3:25 PM
> Subject: RE: [xsl] Passing Variables to XSL Templates
>
>
> > Ok, so assuming I upgrade to XSLT ... then how would I do it? I've been
> > searching for hours for this information and can't find anything
remotely
> > close to what I'm looking for. I know how to MATCH the value, what I
need
> to
> > know is how do I get the value from another language (ie: CF,ASP,etc.)
> into
> > the XSL template???
> >
> > Joshua Miller
> > Web Development::Programming
> > Eagle Technologies Group, Inc.
> > www.eagletgi.com
> > josh.miller@xxxxxxxxxxxx
> >
> > -----Original Message-----
> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Michael Kay
> > Sent: Wednesday, June 27, 2001 9:48 AM
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: RE: [xsl] Passing Variables to XSL Templates
> >
> >
> > > Newbie question for the XSL masters - is there anyway that I
> > > can pass a
> > > variable into an XSL Template to populate a CASE statement?
> >
> > Yes, templates can accept parameters.
> > >
> > > Want to do something like: <xsl:if match=".[NAME='$name']">
> >
> > That looks like Microsoft WD-xsl syntax. Your first step is to upgrade
to
> > XSLT.
> >
> > Mike Kay
> > Software AG
> >
> >
> >  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
>


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


Current Thread