On Mon, Mar 22, 2004 at 02:42:17PM -0500, Steve Krulewitz wrote: > Hey folks -- > > I've been using the XMLSerializer to serialize xhtml (set up in a > similar way as the stock distribution's root sitemap), but I'm running > into some problems with the way empty elements are treated, specifically > the script and textarea tags. The XMLSerializer will render the empty > element as: > > <textarea /> > > But according to the Dev Guru XHTML reference's page on the textarea > element [1], a separate closing tag is mandatory: > > <textarea></textarea> <snip/>
I sent an email to the dev list about this, and here is the link: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107999114518402&w=2 --Tim Larson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
