--- loncom/xml/lonxml.pm 2004/05/27 04:25:13 1.319 +++ loncom/xml/lonxml.pm 2004/06/03 14:28:39 1.320 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.319 2004/05/27 04:25:13 albertel Exp $ +# $Id: lonxml.pm,v 1.320 2004/06/03 14:28:39 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -40,7 +40,7 @@ package Apache::lonxml; use vars -qw(@pwd @outputstack $redirection $import @extlinks $metamode $evaluate %insertlist @namespace $errorcount $warningcount); +qw(@pwd @outputstack $redirection $import @extlinks $metamode $evaluate %insertlist @namespace $errorcount $warningcount @htmlareafields); use strict; use HTML::LCParser(); use HTML::TreeBuilder();