--- loncom/xml/lonxml.pm 2003/02/12 22:45:01 1.231 +++ loncom/xml/lonxml.pm 2003/02/13 21:14:35 1.232 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.231 2003/02/12 22:45:01 albertel Exp $ +# $Id: lonxml.pm,v 1.232 2003/02/13 21:14:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -603,6 +603,9 @@ sub xmlparse { my ($request,$target,$content_file_string,$safeinit,%style_for_target) = @_; &setup_globals($request,$target); + &Apache::inputtags::initialize_inputtags(); + &Apache::outputtags::initialize_outputtags(); + &Apache::edit::initialize_edit(); # # do we have a course style file? #