Re: Trouble with if

2003-07-01 Thread Joerg Heinicke
... Please use a more appropriate forum like Mulberry's xslt list for pure XSLT questions: http://www.mulberrytech.com/xsl/xsl-list/. Joerg Tim Bachta wrote: Can you give me an example of what you are referring to? Tim Bachta -Original Message- From: Joerg Heinicke

RE: Trouble with if

2003-07-01 Thread Tim Bachta
Can you give me an example of what you are referring to? Tim Bachta -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Re: Trouble with if Group your data by , anything else won't work.

Re: Trouble with if

2003-07-01 Thread Erik Bruchez
If you just want to ignore the subsequent productivity-line records with the same date, i.e. you are only concerned about the first record for a given date, AND records with the same date are ordered, you could use something like: > Group your data by , anything else won't work. > > http://www.j

Re: Trouble with if

2003-07-01 Thread Joerg Heinicke
Group your data by , anything else won't work. http://www.jenitennison.com/xslt/grouping/muenchian.xml http://www.dpawson.co.uk/xsl/sect2/N4486.html Joerg Tim Bachta wrote: I am having trouble with an xsl:if condition. I am testing to see if the date value is the same as the previous date value.