I have a requirement where I need the latest date from the XML below. In Xpath 2.0, there is function called max(). But am using Xpath1.0.
<Info><Date>2014-04-21</Date></Info><Info><Date>2014-05-05</Date></Info><Info><Date>2014-04-28</Date></Info>
Expected Output: 05/05/2014(dd/mm/yyyy)
Any inputs ??