<?xml version="1.0" encoding="UTF-8"?>
<date>
<olddate date="09/11/2016"/>
</date>
What is the best way to increment the date by 5 days using XSLT 1.0
<?xml version="1.0" encoding="UTF-8"?>
<date>
<olddate date="09/11/2016"/>
</date>
What is the best way to increment the date by 5 days using XSLT 1.0