我有一個場景,我們需要在現有日期中增加1天。像在<subscriptionDate>2015-05-06</subscriptionDate>
我想增加1天,並將其值映射到<terminationDate>2015-05-07</terminationDate>
。我如何使用XSLT來實現這一點。所以,所有的日期約束也應該被處理。比如如果一天是31,然後在一個月內增加。如何使用XSLT在日期中增加1天
<Subscription code="12345678R1">
<userAccount>40000005b</userAccount>
<offerTemplate>Test</offerTemplate>
<subscriptionDate>2015-05-06</subscriptionDate>
<terminationDate></terminationDate>
</Subscription>
請選擇XSLT 1.0或XSLT 2.0,而不是兩者。在這種情況下造成巨大的差異。 –