Hi
 
I have this problem when using I.E. 6 for displaying parsed XHTML.
 
Take this for instance:
<tr><td><textareal class="someclass" name="somename"></textarea></td></tr>
 
The above will be parsed as:
<tr><td><textareal class="someclass" name="somename"/></td></tr>
 
Guess what! I.E.6 displays this af a textarea with the </td></tr> as content inside.
 
My question is, how do I make the parser understand to leave tags the way they are without parsing to empty tags?
 
I use the org.apache.xerces.parsers.DOMParser.
 
Thanx in advance
 
/Michael
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to