Re: xhtml serialization and form textarea

2007-09-22 Thread swenzky
To: users@cocoon.apache.org Subject: Re: xhtml serialization and form textarea Hi, On further testing the 2.1.10 org.apache.cocoon.components.serializers.XHTMLSerializer serializes the output as !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1

Re: xhtml serialization and form textarea

2007-09-21 Thread Peter Sparkes
Joachimsthal Hippo Oosteinde 11 1017 WT Amsterdam The Netherlands +31 (0)20 5224466 www.hippo.nl -Original Message- From: Peter Sparkes [mailto:[EMAIL PROTECTED] Sent: zondag 16 september 2007 16:09 To: users@cocoon.apache.org Subject: Re: xhtml serialization and form textarea Hi

RE: xhtml serialization and form textarea

2007-09-21 Thread Jasha Joachimsthal
If you put the script contents between xsl:comment the quotes aeree unescaped. -Original Message- From: Peter Sparkes [mailto:[EMAIL PROTECTED] Sent: vrijdag 21 september 2007 8:33 To: users@cocoon.apache.org Subject: Re: xhtml serialization and form textarea Thanks Jasha

Re: xhtml serialization and form textarea

2007-09-21 Thread Peter Sparkes
: Re: xhtml serialization and form textarea Hi, On further testing the 2.1.10 org.apache.cocoon.components.serializers.XHTMLSerializer serializes the output as !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; although it has

RE: xhtml serialization and form textarea

2007-09-17 Thread Jasha Joachimsthal
] Sent: zondag 16 september 2007 16:09 To: users@cocoon.apache.org Subject: Re: xhtml serialization and form textarea Hi, On further testing the 2.1.10 org.apache.cocoon.components.serializers.XHTMLSerializer serializes the output as !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional

Re: xhtml serialization and form textarea

2007-09-16 Thread Peter Sparkes
Sparkes [mailto:[EMAIL PROTECTED] Sent: maandag 3 september 2007 19:46 To: users@cocoon.apache.org Subject: Re: xhtml serialization and form textarea Hi Jasha, The Class is org.apache.cocoon.serialization.XMLSerializer. The version is whatever comes with cocoon 2.1.10 Doing something like

RE: xhtml serialization and form textarea

2007-09-03 Thread Jasha Joachimsthal
[EMAIL PROTECTED] Hi Peter, which serializer are you using (both class and version)? As workaround you can put a   in the textarea if your version of the XHTMLSerializer closes the textarea element (not very nice). Jasha -Original Message- From: Peter Sparkes [mailto:[EMAIL

Re: xhtml serialization and form textarea

2007-09-03 Thread Peter Sparkes
Hi Jasha, The Class is org.apache.cocoon.serialization.XMLSerializer. The version is whatever comes with cocoon 2.1.10 Doing something like: textarea ..-/textarea does not work as the textarea .. is generated from ft:widget id=lodge fi:styling type=textarea rows=10 cols=40/

RE: xhtml serialization and form textarea

2007-09-03 Thread Jasha Joachimsthal
PROTECTED] www.hippo.nl -Original Message- From: Peter Sparkes [mailto:[EMAIL PROTECTED] Sent: maandag 3 september 2007 19:46 To: users@cocoon.apache.org Subject: Re: xhtml serialization and form textarea Hi Jasha, The Class is org.apache.cocoon.serialization.XMLSerializer

Re: xhtml serialization and form textarea

2007-09-03 Thread Tobia Conforto
Peter Sparkes wrote: If I serialize it as html the output is : textarea .../textarea However when I serialize as XHTML 1.0 Strict the xhtml output is: textarea .../ What you say is true and also happens with div/, script/, and a few other elements. My advice is to avoid the xhtml

Re: xhtml serialization and form textarea

2007-09-03 Thread Peter Sparkes
Sparkes [mailto:[EMAIL PROTECTED] Sent: maandag 3 september 2007 19:46 To: users@cocoon.apache.org Subject: Re: xhtml serialization and form textarea Hi Jasha, The Class is org.apache.cocoon.serialization.XMLSerializer. The version is whatever comes with cocoon 2.1.10 Doing something like

Re: xhtml serialization and form textarea

2007-09-03 Thread Peter Sparkes
Hi Tobia, Thanks for your suggestion, I have not had time to try it yet and am away for the next few days, will try it when I come back. In the mean time Jasha suggestion to use org.apache.cocoon.components.serializers.XHTMLSerializer works Peter Peter Sparkes wrote: If I serialize it