xsl-list
[Top] [All Lists]

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

2020-03-30 01:56:21
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(_dot_)honnen(_at_)gmx(_dot_)de wrote:
        <xs:sequence select="$totalSecs"/>

Here you have used the wrong prefix "xs" again, instead you want
     <xsl:sequence select="$totalSecs"/>
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>