xsl-list
[Top] [All Lists]

Re: xsl filter problem

2002-12-25 17:59:34
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



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