Re: form parsing problem.

* Dragos CIULICA wrote:
>Any help? Did I missed something?

As you point out, there are "errors", that is, things Tidy cannot
parse reliably. The command tool would not generate output if there
are such errors, as doing so would often break the document. It seems
you need to pre-process the document so the <form> is nested better,
or you probably can't use Tidy for this. (You could use Java TagSoup,
libxml2, Perl's HTML::Parser, etc, I guess).
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 5 September 2005 22:51:15 UTC