Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Initially released to IWS Test on 20140917

Enhancements

Added SubWorksheet for XSLT ForEach
The XSLT ForEach object was enhanced and now displays a sub worksheet when you double click on it. You can drop special shapes from the Toolbox to the work area inside this sub worksheet of XSLT ForEach object. All shapes inside the ForEach will generate XSLT code inside <xsl:for-each ..> ... </xsl:for-each> node.
This issue was tracked as Item #122853.

...

This issue was tracked as Item #122854.

Software Fixes

Issue Modifying Expression By Clicking on XSLT ForEach Object
If you double clicked on a XSLT ForEach object and modified the expression, it incorrectly modified the node name. The following steps show an example of how this issue would appear:

  1. Create an XSLT transform worksheet

  2. Set XMLs int the Source and Destination grids

  3. Drop in a ForEach object and link it between one of the Source grid nodes and the Destination grid node

  4. Double click on the ForEach object and modify the expression on the popup

  5. You will notice that the linked node name in the destination grid was incorrectly modified

The code was updated to resolve this issue.
This issue was tracked as Item #122524.

...