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: Param test in mode argument


> <xsl:apply templates select="mynode" mode="$myparam">

This is a syntax error and the processor should reject it. The mode
attribute is required to be a QName.

It's a shame that the language doesn't allow the mode to be selected at
run-time, but it doesn't.

Mike Kay 


 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]