You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Gunter D'Hondt <gu...@sofico.be> on 2005/03/15 10:42:50 UTC

textarea in xhtml

Hi,

I've got the following problem inside a xslt running on Cocoon:
<textarea name="mynote"></textarea>

which is serialized into <textarea name="mynote" />
and the problem with this is that browsers (likes IE6) do not understand 
this syntax very well.

if I'm placing a space in between (<textarea name="mynote"> </textarea>) 
then it's ok but this is not a nice workaround

Can I choose another serializer for this problem or are there any known 
workarounds for this?

Regards,
Gunter D'Hondt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org