--- loncom/xml/lonxml.pm 2000/11/06 14:32:35 1.32 +++ loncom/xml/lonxml.pm 2000/11/06 16:22:59 1.33 @@ -2,9 +2,11 @@ # XML Parser Module # # last modified 06/26/00 by Alexander Sakharuk +# 11/6 Gerd Kortemeyer package Apache::lonxml; - +use vars +qw(@pwd $outputstack $redirection $textredirection $on_offimport @extlinks); use strict; use HTML::TokeParser; use Safe; @@ -26,11 +28,12 @@ use Apache::run; use Apache::londefdef; use Apache::scripttag; #================================================== Main subroutine: xmlparse -@Apache::lonxml::pwd=(); -$Apache::lonxml::outputstack = ''; -$Apache::lonxml::redirection = 1; -$Apache::lonxml::textredirection = 1; -$Apache::lonxml::on_offimport = 0; +@pwd=(); +$outputstack = ''; +$redirection = 1; +$textredirection = 1; +$on_offimport = 0; +@extlinks=(); sub xmlparse {