This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xsl:call-template with-param



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]