Hi Tim,

it seems that my previous response did not make it through to the list.
The embed is getting stripped, because the htmlcleaner component does not allow 
any other elements then those that belong to xhtml strict.

You could implement the embed in your front-end if you really need it.

Regards,

Jeroen


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Tim Taylor
Sent: Fri 3/21/2008 12:14 PM
To: Hippo CMS development public mailinglist
Subject: [HippoCMS-dev] htmlarea and htmlcleaner
 
Hey all;

hmlcleaner seems not to respect my config - it is stripping <embed> tags
out.  The config file is respected except for this specific tag.
   
I am using cms version v6.05.03-dev, and have tried using the newer
daisy-html (1.4.1 instead of 1.1_1502-191005) but still the same.
Specifically, the embed tag is lost:  (trimmed for clarity)

<object width="425" height="355">

        <param name="movie" value="..."></param>

        <param name="wmode" value="transparent"></param>

        <embed src="..." type="application/x-shockwave-flash"
                wmode="transparent" width="425" height="355"></embed>

</object>

gets trimmed to:

<object width="425" height="355">

        <param value="..." name="movie" />

        <param value="transparent" name="wmode" />

</object>

Anyone have any ideas?  I suspect that there is an additional
(undocumented?) scrubber somewhere that happens as well as the
htmlcleaner function.

Tim.
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Reply via email to