Subject:XSLT 3 and Iterate Author:David Petty Date:28 Feb 2019 08:39 PM
I'm building an XSLT version 3 and when I use the iterate element I get this error:
java.lang.RuntimeException: Error: at xsl:iterate on line 6 column 96 of Junk.xsl:
XTSE0010: Unknown XSLT element: iterate
at com.exln.stylus.CSaxon8Driver.doProcessing(CSaxon8Driver.java:296)
at com.exln.stylus.CProcessorDriver.process(CProcessorDriver.java:118)
Junk.xsl (6, 96)
Error: at xsl:iterate on line 6 column 96 of Junk.xsl: XTSE0010: Unknown XSLT element: iterate
What can I do to correct this?
I have the correct version in the stylesheet element.