--- loncom/xml/lonxml.pm	2003/06/20 14:45:48	1.265
+++ loncom/xml/lonxml.pm	2003/07/08 14:49:30	1.266
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.265 2003/06/20 14:45:48 bowersj2 Exp $
+# $Id: lonxml.pm,v 1.266 2003/07/08 14:49:30 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -70,6 +70,7 @@ use Math::Cephes();
 use Math::Random();
 use Opcode();
 
+
 sub register {
   my ($space,@taglist) = @_;
   foreach my $temptag (@taglist) {
@@ -95,6 +96,8 @@ use Apache::run();
 use Apache::londefdef();
 use Apache::scripttag();
 use Apache::edit();
+use Apache::inputtags();
+use Apache::outputtags();
 use Apache::lonnet();
 use Apache::File();
 use Apache::loncommon();