tidy problems on www.altavista.com

i'm having trouble parsing this page, and it seems that so does tidy.
 
the trouble is that the search part of the page is in a table, and in a
form, but the tags are in the following order
<table...>
<td>
<form....>
<input...>
<input...>
<input..>
</td>
some more text & input tags
<td>
</form>
<td>
 
this is, of course, the wrong structure (/td before /form). tidy (and my
parser) turn it into
<table>
<td>
<from>
<input...>
<input...>
<input...>
</form>
</td>
the rest of the stuff (without a </form>)
 
well, the trouble here that this output, while legal, isn't a functional
page (you can't search with it).
 
so, what do you think?
 
thanks for your help,
ittay
 

=======================================
Ittay Freiman. (  <mailto:ittay@vigiltech.com)> ittay@vigiltech.com) 
Software Engineer.
Engine team, R & D group.
Vigil Technologies Ltd. 
Tel: +972-3-6123411(102)
Fax: +972-3-6123412
11 Tuval st.
Ramat-Gan 52522
Israel

 


 

 

Received on Thursday, 22 June 2000 03:34:52 UTC