Page tree

  1. What would happen if rule set variables were used instead of temporary variables to store the elements from the XML Data object?
    If more than one instance of the rule set executed at the same time the values from one instance would overwrite the others causing corrupted output or strange behavior.
  2. What is another use for a temporary variable?
    Hold an intermediate value that was calculated or produced dynamically for later reference down the rule chain.
  • No labels