You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Robert Binna <r....@hs-prior.tsn.at> on 2004/09/08 20:14:32 UTC

XHTML-Serialization and textarea

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