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: How to declare a param which name is in a XML file?



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

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