Is warning "SXQP0001 No more input required" on command line a new, wanted feature in Saxon 10?
Please register to reply
Added by Martin Honnen over 3 years ago
With XSLT 3 streaming and an xsl:break
in xsl:iterate
triggering an early exit from parsing I find that Saxon 10.5 EE on the command line gives a
Warning
SXQP0001 No more input required
while Saxon 9.9.1.8 EE does not give that warning.
Given https://saxonica.plan.io/issues/2304 (although it seems there the internal message was reported as an error and not as a warning) I wonder whether the warning output is a new, intended feature of streaming with Saxon 10 EE.
With both EE 9.9 and 10.5 I get an indication of an early exit
if I use the -t
option so without the -t
option and coming from 9.9 the warning in 10.5 is a least a bit confusing.
Please register to reply