[xsl] What is the shortest expression converting an xs:double to xs:integer?

Subject: [xsl] What is the shortest expression converting an xs:double to xs:integer?
From: Dimtre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sat, 4 Dec 2004 11:53:15 +1100
In my code I had to use this expression:

    (11 to xs:integer(round(f:sqrt($pNum, 0.1E0))))

Can it be expressed in a more simple way?

Cheers,
Dimitre

Current Thread