Project

Profile

Help

Getting incomplete result document when using xsl:break in xsl:iterate in xsl:copy with streaming mode

Added by Martin Honnen over 8 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.


    (1-1/1)

    Please register to reply