Controls how a template processor reacts when a block references a key that does not exist in the expansion context.
"keep"
"empty"
"error"
RangeError
Controls how a template processor reacts when a block references a key that does not exist in the expansion context.
"keep"keeps the original XML block in place."empty"replaces the block with an empty string."error"throws aRangeError.