xsl-list
[Top] [All Lists]

Re: Grouping by key

2004-12-02 05:08:55

<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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>