--- loncom/xml/lonxml.pm 2003/02/17 20:10:08 1.235 +++ loncom/xml/lonxml.pm 2003/02/19 14:55:27 1.236 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.235 2003/02/17 20:10:08 sakharuk Exp $ +# $Id: lonxml.pm,v 1.236 2003/02/19 14:55:27 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -598,6 +598,8 @@ sub callsub { my $sub1; no strict 'refs'; my $tag=$token->[1]; +# get utterly rid of extended html tags + if ($tag=~/^x\-/i) { return ''; } my $space=$Apache::lonxml::alltags{$tag}[-1]; if (!$space) { $tag=~tr/A-Z/a-z/;