Versions Compared

Key

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

...


XSLT Edit Check Added To ForEach Subworksheets
XSLT Edit Check has been added to ForEach subworksheets. If the expression in the Edit Check condition is evaluated to true, then following nodes will be added into result XML for each ForEach iteration:

Code Block
<reason><reasonTypeEnum><reason>
<reasonTypeEnum>[severity_type]</reasonTypeEnum><reasonCodereasonTypeEnum>
<reasonCode reasonCodeScheme="http://www.eagleinvsys.com/coding-scheme/reason-code">[code_value]</reasonCode><description>reasonCode>
<description>[description_value]</description><reasonTag>description>
<reasonTag>[reason_tag_value]</reasonTag><reasonTag>
</reason>

This issue was tracked as Item #123354.

...