Re: Min/Max date in a map...
- From: Pabba <kiran.pabba@xxxxxxxxx>
- Date: Wed, 13 Jun 2007 12:48:37 -0700
Yes,
Example - Source Message:
<Source>
<Record>
<Name>A</Name>
<RegistrationDate>06/01/2007</RegistrationDate>
</Record>
<Record>
<Name>B</Name>
<RegistrationDate>06/02/2007</RegistrationDate>
</Record>
<Record>
<Name>C</Name>
<RegistrationDate>05/20/2007</RegistrationDate>
</Record>
<Record>
<Name>D</Name>
<RegistrationDate>06/03/2007</RegistrationDate>
</Record>
<Record>
<Name>E</Name>
<RegistrationDate>06/04/2007</RegistrationDate>
</Record>
<Record>
<Name>H</Name>
<RegistrationDate>05/11/2007</RegistrationDate>
</Record>
<Record>
<Name>F</Name>
<RegistrationDate>06/05/2007</RegistrationDate>
</Record>
<Record>
<Name>G</Name>
<RegistrationDate>06/06/2007</RegistrationDate>
</Record>
<Record>
<Name>I</Name>
<RegistrationDate>06/10/2007</RegistrationDate>
</Record>
</Source>
Expected Target Message:
<Target>
<Record>
<MaxDate>06/10/2007</MaxDate>
<MinDate>05/11/2007</MinDate>
</Record>
</Target>
Please let me know if this is possible in the XSLT script functoid.
Thanks,
Kiran
On Jun 13, 3:34 pm, Leonid Ganeline
<LeonidGanel...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Min/Max values between several values in source Xml?
Could you, please, give an example?
"Pabba" wrote:
Hi,
Is it possible to get min and max values from a date element using
XSLT in BizTalk map.
Thanks,
Kiran
.
- Follow-Ups:
- Re: Min/Max date in a map...
- From: Leonid Ganeline
- Re: Min/Max date in a map...
- References:
- Min/Max date in a map...
- From: Pabba
- Min/Max date in a map...
- Prev by Date: Re: wss adapter promoting an xml element to display it on sharepoint site?
- Next by Date: Re: Min/Max date in a map...
- Previous by thread: Min/Max date in a map...
- Next by thread: Re: Min/Max date in a map...
- Index(es):