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]

Q.) xsl (if no param, set to 'xyz'?) - doh!


Hi,

For anyone that was confused as I was... the solution was very simple...

<xsl:param name="rainbow" select="'orange'"/>

This declares the param on the page, if no value was passed to it, it
defaults to the value of [select].

Doh!


 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]