Subject: Re: passing parameters between templates
From: Peter Lavender <plaven@xxxxxxxxxxxxxx>
Date: Sun, 20 Oct 2002 15:41:05 +1000
|
* Mike Brown (mike@xxxxxxxx) wrote:
> Peter Lavender wrote:
> > Hi everyone,
> >
> > Can I send more than one parameter to a template like so:
> > <xsl:call-template name="choicesGeneral">
> > <xsl:with-param name="appIn" select="$app" />
> > <xsl:with-param name="teach" select="yes" />
> > <xsl:with-param name="type" select="general"/>
> > </xsl:call-template>
>
> Yes, but...
>
> select="yes" means select="child::yes" and gives you a node-set.
> I think you mean select="'yes'" which gives you a string.
Thank you very much.. this is what was causing me the problems.
I'm especially greatful given it's a sunday afternoon.. :)
Regards,
Pete.
--
Due to a lack of imagination,
this signature will remain
under construction indefinitely.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|