--- loncom/homework/structuretags.pm 2002/01/23 14:36:19 1.77 +++ loncom/homework/structuretags.pm 2002/01/24 04:18:54 1.78 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.77 2002/01/23 14:36:19 sakharuk Exp $ +# $Id: structuretags.pm,v 1.78 2002/01/24 04:18:54 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -34,7 +34,7 @@ package Apache::structuretags; use strict; use Apache::lonnet; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::structuretags',('block','while','randomlist','problem','library','web','tex','part','preduedate','postanswerdate','solved','notsolved','startouttext','endouttext')); # &Apache::lonxml::register_insert('problem','',('part','postanswerdate','preduedate')) }