Hi
I have used this code for analyzing HTML document by first converting to XML and then parsing the XML. However there are HTML documents that use bareword attribute that are essencial to the parsing, for example:
<select>
<option>Volvo</option>
<option selected="">Saab</option>
<option>Mercedes</option>
<option>Audi</option>
</select>
Here selected meens selected="selected", which tells you which option is currentky viewed on screen.
Unfortunately the program ("WebCapt") drops this attribute. My suggestion is to keep this attribute by adding the value equal to the attribute-name.
I wuold highly appriciate you're help on this.
Regards
O. Blum
OdedBlum2@yahoo.com
Anonymous