Re: [xsl] xsl filter problem

Subject: Re: [xsl] xsl filter problem
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 25 Dec 2002 17:59:34 -0700 (MST)
Yuval wrote:
> Hi,
> im building a an XML table which can be filtered according to the
> columns.
> I have a problem when the filter criteria is in "all" mode (meaning i
> dont care which value this column will hold) since the filter dont
> except it(even when i assign the * sign to the param directly"
> any ideas ?
> 
> in my example i use  :
> 
> <xsl:for-each select="customers/customer[rooms[$rooms_to>=. and
> .>=$rooms_from] and city=$city1]">
> 
> and the problem is that in some case the $city param should be * but i
> cant make it to be like that.

I have an idea: show us your XML, and the output you want.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread