Getting incomplete result document when using xsl:break in xsl:iterate in xsl:copy with streaming mode
Replies (1)
Please register to reply
Added by Martin Honnen almost 9 years ago
I am getting an incomplete result document with a missing closing end tag of the root element when using the following stylesheet with Saxon 9.7 EE:
The input document is
...
...
...
...
...
...
...
...
The output is lacking the closing end tag of the root element:
...
...
...
...
...
As the @xsl:copy@ is outside of the @xsl:iterate@ I would expect the root element to be closed properly.
Thanks for reporting it. Logged as a bug here:
Please register to reply