Hi All, 

We are planning to migrate from Xalan 2.5.2 to Xalan 2.7.1. During testing,
we found few differences in the XSLT output. They were not show stopper
issues, but we would like to know whether there are any differences betweeen
2.5.2 and 2.7.1 ? Has anyone experienced this behaviour with Xalan versions?

Thanks in Advance,
Sriram

XSLT Examples: 

<xsl:value-of select="format-number(round(number('-0.334') div
number('0.787564')),'0')"/>

Xalan 2.5.2 Output: 0

Xalan 2.7.1 Output: -0

<xsl:value-of select="format-number(round(number('23') div
number('0')),'0')"/>

Xalan 2.5.2 Output:  ∞

Xalan 2.7.1 Output: INFINITY

<xsl:value-of select="format-number((number('1000') div
number('1800')),'#.00')"/>

Xalan 2.5.2 Output:  0.55

Xalan 2.7.1 Output: .55
-- 
View this message in context: 
http://www.nabble.com/Xalan-2.7.1-Vs-Xalan-2.5.2-tp17778701p17778701.html
Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Reply via email to