Cleaning up <h> tags in Word2000

The problem is that this <h> tag:

------8<-----------
<h2><![if !supportLists]><span lang=EN-US>2.3<span style='font:7.0pt "Times
New Roman"'>&nbsp;&nbsp;
</span></span><![endif]><span lang=EN-US>Testing</span></h2><-----------

becomes:
<h2>Testing</h2>instead of:
<h2>2.3 Testing</h2>I run "HTML Tidy release date: 13th January 2000" on an NT server with
these flags:

tidy --word-2000 yes testfile.htm

/Tore

Received on Friday, 24 March 2000 13:13:48 UTC