Re: xsl:call-template with-param

Subject: Re: xsl:call-template with-param
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 20 Mar 2000 14:34:39 GMT
> I refer to the
> variable in the template as <xsl:value-of select="$ITEM_NO"/> 

In that case ITEM_NO must be declared either at the top level
ie as a child of xsl:template or in _this_ template.

I would guess (since you mention with-param) that you want to declare it
as a parameter in this template, but haven't done so.

David


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


Current Thread