Versions Compared

Key

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

...

XML Path Issue When ForEach is Set to the Child Node
IWS incorrectly generated the XML path when a ForEach is set to the child node. The ForEach logic was updated to include the ability to write the XML path without using alias (example, |node1|) and the expression will be written in the <xsl: for-each select = "" />. Example:

Code Block
<xsl: for-each select = "./ node / node1" />

...