--- loncom/xml/lonxml.pm 2000/11/07 23:41:27 1.37 +++ loncom/xml/lonxml.pm 2000/11/14 22:24:38 1.38 @@ -60,6 +60,7 @@ sub xmlparse { # $safeeval->deny(":base_orig"); $safeinit .= ';$external::target='.$target.';'; $safeinit .= ';$external::randomseed='.&Apache::lonnet::rndseed().';'; + $safeinit .= &Apache::lonnet::getfile('/home/httpd/html/res/adm/includes/default_xml.lcpm'); &Apache::run::run($safeinit,$safeeval); #-------------------- Redefinition of the target in the case of compound target