Actions
Bug #1010
closedStylesheet param with xs:integer type is not serializable
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
XSLT conformance
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Legacy ID:
sf-1938063
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
SourceForge user: hschmitt
A global stylesheet param like:
<xsl:param name="global-integer" as="xs:integer">200</xsl:param>
throws a java.io.NotSerializableException when serializing with net.sf.saxon.Compile.
The Exception does not occur, when ommitting as="xs:integer"
Windows Vista 32bit
Saxon 9.0.0.4J from Saxonica
Java version 1.6.0_03
Files
Please register to edit this issue
Actions