I have seen this similar question:
How to Increment 1 day in Date using XSLT
But the accepted answer is for XSLT-2 and I need XSLT-1.
Sample XML (word wrapped for clarify):
<Date Day="30"
DayShort="Sun"
DayFull="Sunday"
Month="10"
MonthShort="Oct"
MonthFull="October"
Year="2022"
Memorial="0"
AllDayEvent="0"
StartTime="9:30"
StartTime24="9:30"
EndTime12="4:20"
EndTime24="16:20"
MidweekEvent="1">30/10/2022</Date>
How can I take that date and add one day to it?