On Jul 8, 2004, at 6:53 AM, Kjetil Kjernsmo wrote:
<xsl:param name="foo" select="''"/>
Is that line really necessary....?
Yes, but you can simplify it to
<xsl:param name="foo"/>
it will automatically default to '' (empty string) if nothing is passed in. You need it in order to define the param inside the xslt.
simon
-- http://simonwoodside.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]