Hi
I wanted to serialize a DOM-Tree as XHTML Document.
Everything works fine, except when I have an empty textarea. Than the textarea
will be serialized in the following way:
<textarea ../>
The problem is that the webbrowsers can't interpret
this correct.
Can anyone help me to get around this
problem.
Regards
Robert
|