{
SortCondition sc = iter.next() ;
if ( sc.expression == null )
throw new QueryExecException("Broken sort condition") ;
NodeValue nv1 = null ;
NodeValue nv2 = null ;
try { nv1 = sc.expression.eval(bind1, env) ; }
catch (VariableNotBoundException ex) {}
catch (ExprEvalException ex)
{ Log.warn(this, ex.getMessage()) ; }