Re: [xsl] Get the most recent date

Subject: Re: [xsl] Get the most recent date
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Mar 2024 16:09:41 -0000
On 12/03/2024 17:03, LEGAULT, PHILLIP plegault@xxxxxxxxxx wrote:
> I have an XML file with the following sections with date fields.
> I need the latest sf:LastModifiedDate field when sf:ActivityCategory_GCC__c
=  Additional Information

That sounds like

 B  max(//records[sf:ActivityCategory_GCC__c = 'Additional
Information']/sf:LastModifiedDate/xs:dateTime(.))

Current Thread