Re: [xsl] XSLT3 - Streaming + Recursive File Output

Subject: Re: [xsl] XSLT3 - Streaming + Recursive File Output
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Aug 2016 10:30:18 -0000
On 12.08.2016 12:23, Mailing Lists Mail daktapaal@xxxxxxxxx wrote:

esult document. How do we do that?

In point B, foreach , you typed idiv .. should it be div ? is it a typo
or is there a new operator called idiv

See https://www.w3.org/TR/xpath20/#id-arithmetic on the definition of "idiv": 'As described in [XQuery 1.0 and XPath 2.0 Functions and Operators (Second Edition)], $arg1 idiv $arg2 is equivalent to ($arg1 div $arg2) cast as xs:integer? except for error cases.'


Current Thread