Subject: Re: Grouping by key
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 2 Dec 2004 12:08:55 GMT
|
> > <xsl:param name="collapse" select=""/>
> > The value of "collapse" is set to spaces here. And at no point this
> value is set to "1". Your "xsl:if" is checking for a value of "1".
>
> That's the default value I set in the xsl file but I will be setting that
> parameter in the javascript.
It's a syntax error though. You can give no select attribute at all, but
if you give a select attribute you have to supply a syntactically
correct XPath expression, and an empty expression doesn't count.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|