--- loncom/xml/lonxml.pm 2005/03/01 03:21:58 1.360 +++ loncom/xml/lonxml.pm 2005/03/10 02:34:59 1.361 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.360 2005/03/01 03:21:58 albertel Exp $ +# $Id: lonxml.pm,v 1.361 2005/03/10 02:34:59 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -368,6 +368,9 @@ sub xmlparse { } &do_registered_ssi(); if ($Apache::lonxml::counter_changed) { &store_counter() } + if ($ENV{'form.return_only_error_and_warning_counts'}) { + return "$errorcount:$warningcount"; + } return $finaloutput; }