- From: Clover Andrew <aclover@1value.com>
- Date: Wed, 27 Jun 2001 14:58:17 +0200
- To: <www-talk@w3.org>
- Cc: <www-html@w3.org>
I <aclover@1value.com> wrote: > Mozilla which uses an XML parser but fails to understand > CDATA marked sections altogether. Ah well... Oh! Correction. It does actually work, I just didn't notice since my test case used document.write(), which Moz silently doesn't support when using its XML parser. The previously discussed workaround does, therefore, seem to be usable. And as a bonus to make up for the cross-posting, here's a just-as-ugly version for embedded style sheets: <style type="text/css"><!-- /* --><![CDATA[ /* ><!-- */ ... /* --><!*/]]></style> -- Andrew Clover Technical Consultant 1VALUE.com AG
Received on Wednesday, 27 June 2001 09:00:12 UTC