--- loncom/publisher/lonpublisher.pm 2006/01/13 22:17:12 1.206 +++ loncom/publisher/lonpublisher.pm 2006/01/24 22:09:36 1.207 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.206 2006/01/13 22:17:12 albertel Exp $ +# $Id: lonpublisher.pm,v 1.207 2006/01/24 22:09:36 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -547,6 +547,7 @@ sub get_max_ids_indices { my %duplicatedids; my $parser=HTML::LCParser->new($content); + $parser->xml_mode(1); my $token; while ($token=$parser->get_token) { if ($token->[0] eq 'S') {