python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
XSLT - variable in condition is not assigned with array value
Using xslt3 (Saxon JS) and not bound to a specific XSLT version
Given this sample.xml
<?xml version=”1.0″ encoding=”UTF-8″?>
<tasks>
<task id="id0"/>
<task id=&q...

Federico Destefanis
Votes: 0
Answers: 2
NotSerializableException while transforming XML using XSLT in Saxon 10.6 HE
I am trying to transform XML using XSLT in Saxon 10.6 HE. Getting error as below.
Error: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: net.sf.saxon.om.StructuredQNa...
Nijith
Votes: 0
Answers: 1