Subject: RE: How to declare a param which name is in a XML file?
From: Heather Lindsay <heather.lindsay@xxxxxxxxxxxxx>
Date: Fri, 27 Oct 2000 09:08:10 -0400
|
1) <xsl:template match="parameters">
2) <xsl:for-each select="param">
3) <xsl:param name="@ident"/>
4) </xsl:for-each>
5) </xsl:template>
hi,
You can't use <xsl:param> inside of an <xsl:for-each>. What are you
trying to accomplish with this code?
- Heather
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Don Bruey - Fri, 27 Oct 2000 07:11:00 -0400
Heather Lindsay - Fri, 27 Oct 2000 09:08:10 -0400 <=
Kay Michael - Fri, 27 Oct 2000 15:19:36 +0100
Don Bruey - Fri, 27 Oct 2000 13:38:59 -0400
|
|