Hallo all. I have an iframe where is loaded an html page where is defined a input tag like this
<input type="text" id="username" name="username"></input> When the html is loaded in the iframe the closing </input> tag is dropped. Since I need to save the correct html to send it to a server-side component to parse it via SaxParser I need also the close input tag. If not the parsing process gives me exception. Any idea why the close tag is dropped? Kind regards Massimo

