Re: [xsl] difference between an integer and current-dateTime()

Subject: Re: [xsl] difference between an integer and current-dateTime()
From: "Imsieke, Gerrit, le-tex gerrit.imsieke@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Mar 2020 06:56:17 -0000
In addition, you might need to cast $totalSecs to a string if the function is supposed to return a string. But you will notice it anyway once you fixed xs:sequence.

On 30.03.2020 08:53, Martin Honnen martin.honnen@xxxxxx wrote:
B B B B B <xs:sequence select="$totalSecs"/>

Here you have used the wrong prefix "xs" again, instead you want B B B <xsl:sequence select="$totalSecs"/>

Current Thread