This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xsl Filter Question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]