[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Re: xsl Filter Question


Subject: [xsl] Re: xsl Filter Question
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Mon, 22 Jul 2002 23:38:51 -0700 (PDT)

--- Jitu <jibhatia at andiamo dot com> wrote:

> 
> This filter works fine :
> <xsl:for-each  select="report/row[col='some value']">
> 
> But how do filters for >, < in case of text, number and date data ?
> 
> I tried this
> <xsl:for-each  select="report/row[col>'some value']">
> But it did not work.

There's no '>' operator on strings in XPath 1.0.

Although it is a little bit difficult, one may implement the behaviour
of '>' on strings. See for example:

http://topxml.com/code/default.asp?p=3&id=v20020715145424

or

http://www.topxml.com/code/default.asp?p=3&id=v20010205033413

Hope this helped.



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Current Thread
Keywords