output with duplicate class definition

Does anyone know why I get duplicate class tags in my
output file. 

I have disable the "cleaning" of styles in clean.c

my input is:
<p class=MSONormal
style='margin-left:.25in;text-indent:-.25in;mso-list:13
level1 lfo9;tabe-stop:list
.25in'><!if!supportLists]><span
style='font-family:Symbol'>.<span stle='font:7.0pt
"Time New Roman"'>&nbsp; 
</span></span><[!endif]>It performs ten times
faster</p>

my output is: 
<p class="MsoNormal" class='c4'>ir perfomrs ten time
faster</p>

the duplicate class calls on the output caused my perl
parser to crash. 

I also don't understand why the span tags are not gone

(as indicated in clean.c (cleanWord2000).

thanks, 

Avi

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

Received on Thursday, 2 December 1999 16:49:08 UTC