--- loncom/xml/lonxml.pm 2008/10/24 18:23:22 1.487 +++ loncom/xml/lonxml.pm 2008/10/27 19:15:35 1.488 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.487 2008/10/24 18:23:22 raeburn Exp $ +# $Id: lonxml.pm,v 1.488 2008/10/27 19:15:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -505,12 +505,10 @@ sub inner_xmlparse { if (!$Apache::lonxml::usestyle) { $extras=$Apache::lonxml::style_values; } - if ($token->[1] ne 'translated') { - if ( $#$parstack > -1 ) { - $result=&Apache::run::evaluate($result,$safeeval,$extras.$$parstack[-1]); - } else { - $result= &Apache::run::evaluate($result,$safeeval,$extras); - } + if ( $#$parstack > -1 ) { + $result=&Apache::run::evaluate($result,$safeeval,$extras.$$parstack[-1]); + } else { + $result= &Apache::run::evaluate($result,$safeeval,$extras); } } $Apache::lonxml::post_evaluate=1;