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]

xsl Filter Question


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.

Thanks



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]