Derek Hohls <DHohls <at> csir.co.za> writes: > That works fine .. but now Cocoon is adding in other attributes: > > eg. > <script type="text/javascript"> > becomes > <script type="text/javascript" xml:space="preserve"> > > And this is causing script errors - how do I switch this effect off?
Do you have a doctype declaration in your source document? DTDs have something like default attributes which the above might result from. Unfortunately, I can not rule out it is the serializer adding those attributes. All this "producing XHTML which must not conform to XHTML" is really awkward - but I know it's necessary for IE. Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
