Hi, Few days back i had reported an error of java.io.NotSerializableException: org.apache.xalan.extensions.ExtensionNamespacesManager at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278)
On investigating further i found that on removing a sum function added to the end of my xsl (after around 30 templates) the transformation would run fine. The element i was trying to sum was a double with some six places of digits after decimal. i put the same sum function with the double at the start of the xsl(in the first template) and the transformation worked fine. Another change i tried was that on changing the element to a simpler integer the sum worked fine. This clearly looks like a bug in xalan and the exception does not reflect the root cause of this.Anyone has ideas on this? Thanks, Shadab
