--- loncom/xml/lonxml.pm 2000/06/26 21:35:20 1.3 +++ loncom/xml/lonxml.pm 2000/06/27 19:35:32 1.4 @@ -3,14 +3,14 @@ # # last modified 06/26/00 by Alexander Sakharuk -package Apache::lonxmlparser; +package Apache::lonxml; use strict; use HTML::TokeParser; use Safe; -use Apache::lonstyleparser; +use Apache::style; use Apache::lontexconvert; -use Apache::londefaulttags; +use Apache::londefdef; #================================================== Main subroutine: xmlparse sub xmlparse {