--- loncom/publisher/lonpublisher.pm 2002/05/17 22:08:01 1.81 +++ loncom/publisher/lonpublisher.pm 2002/05/23 21:12:44 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.81 2002/05/17 22:08:01 albertel Exp $ +# $Id: lonpublisher.pm,v 1.82 2002/05/23 21:12:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -533,7 +533,7 @@ sub publish { my $oldenv=$ENV{'request.uri'}; $ENV{'request.uri'}=$target; - $allmeta=Apache::lonxml::xmlparse('meta',$content); + $allmeta=Apache::lonxml::xmlparse(undef,'meta',$content); $ENV{'request.uri'}=$oldenv; &metaeval($allmeta);