Re: [xsl] "Request for streaming ignored: this Saxon configuration does not support streaming"

Subject: Re: [xsl] "Request for streaming ignored: this Saxon configuration does not support streaming"
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 29 Jan 2025 22:17:43 -0000
On 29/01/2025 22:53, Roger L Costello costello@xxxxxxxxx wrote:
> Hi Folks,
>
> I am trying to get a simple XSLT streaming program to work.
>
> I am using SAXON-EE 12.5
>
> The SAXON documentation says this:
>
> There are two main ways to initiate a streaming transformation:
>
> 1. Using the xsl:source-document instruction, with the attribute
streamable="yes". Here the source document is identified within the stylesheet
itself. Typically such a stylesheet will have a named template as its entry
point, and will not have any principal source document supplied externally.
>
> 2. I'm not using this way.
>
> So I wrote an XSLT program that contains just a named template ("main"). I
invoked SAXON from the command line using -it:main.
>
> java -classpath %CLASSPATH% -jar C:\SAXON\saxon-ee\saxon-ee-12.5.jar
-it:main -xsl:ARINC-streaming.xsl -o:out.xml


Add the

 B  -t

option to get better diagnostics.

Perhaps you forgot to put your Saxon EE license (with streaming support,
not sure whether there are license options to have EE only
schema-awareness but not for streaming) on the classpath.

Current Thread