Actions
Support #3539
closedTemplate rule is not streamable
Start date:
2017-11-21
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
I Have a input XML hierarchy like this:
Here Sender and Summary occurs once and Persons is a repeating node. I want to produce similar output XML (by applying some xslt rules).
For-each is applied on Persons node : <xsl:for-each select="LendingDataMessage/Persons ! copy-of(.)">
Every time i run the XSLT in streaming mode , it gives me error : Template rule is not streamable * There is more than one consuming operand.
If i remove Sender and Summary nodes then it works fine . Could you please help me out how to achieve the correct output.
Sample XSL and input XML is attached.
Files
Please register to edit this issue
Actions