XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + Mapping complex document with ... (8)
-> + Sorting in XSLT (2)
-> + xsl date time adding... (16)
-> - Flat XML to nested XML convers... (1)
-> + parser for parsing XSL file (2)
-> - q on group function (1)
-> - compare 2 date value using xsl (2)
-> ->compare 2 date value usin...
-> - Remove namespaces from SOAP pa... (1)
-> + Numeric string not displaying ... (3)
-> + where is the old HTM to XSL wi... (2)
-> + XSLT variable path (2)
-> + Sort by lookup values & styles... (2)
-> + Hi without hard code filed na... (2)
-> + XSLT output does not work (2)
-> + How can I do this javascript i... (2)
-> + Paging with XSL and passing UR... (2)
-> + XPath Condition Query (3)
-> + Xalan Multiple XML Output Over... (3)
-> + Inserting Line Break (2)
-> + Get Value from non-standard xm... (2)
-- Previous [541-560] [561-580] [581-600] Next
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
anita anithaSubject: compare 2 date value using xsl
Author: anita anitha
Date: 03 Oct 2008 04:08 AM

current i am having a publish start date field and i need to filter the result based on publish start date <= today.

I tried the below sample to check whether the publishstart date get displayed or not based on the condition publish start date <= today.

It is not working. what is the syntax to filter the output based on publish start date <= today.

<xsl:param name="Today"/>
<xsl:choose>
<xsl:when test="ddwrt:FormatDate(string(publishstartdate) ,1033 ,1) &lt;= ddwrt:FormatDate(string($Today) ,1033 ,1) ">
<xsl:value-of select="ddwrt:FormatDate(string(publishstartdate) ,1033 ,1)"/>
</xsl:when>
</xsl:choose>

Posttop
(Deleted User) Subject: compare 2 date value using xsl
Author: (Deleted User)
Date: 13 Oct 2008 08:27 AM
Hi Anita,
you should probably check what your FormatDate function is doing; if the 1033 arguments means "english localization", the date you are getting is not in the best format to be compared. You should instead build a string in the format YYYYMMDD

Alberto

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.