Context ctx = exctx.getContext(parentState);
Evaluator eval = exctx.getEvaluator();
ctx.setLocal(getNamespacesKey(), getNamespaces());
Boolean rslt;
try {
rslt = eval.evalCond(ctx, cond);
if (rslt == null) {
if (exctx.getAppLog().isDebugEnabled()) {
exctx.getAppLog().debug("Treating as false because the cond expression was evaluated as null: '"
+ cond + "'");
}