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:param syntax please


> 	<xsl:param name="'concat('preParameterValue',position())"
> select="'abcdef'"/>

As in almost every language I know of, parameter and variable names in XSLT
must be defined at compile time. XSLT isn't a language whose statements are
constructed on the fly at run-time.

Mike Kay
Software AG


 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]