Kees Broenink wrote:

Éric,

I tried your solution described below but it does not solve the
<script></script> problem...

<script type="text/javascript" src="/bxs/3_0_1/bpc/boot.js"></script>

will return:

<script type="text/javascript" src="/bxs/3_0_1/bpc/boot.js"
xml:space="preserve" />

So IE is not happy.
I work around this by putting a non-breaking space inside the script element like this :

<script type="text/javascript" src="/bxs/3_0_1/bpc/boot.js">&#160;</script>

PS: Weird thing is that IE does not show the same problem with the "link" element, only 
the "style" element seems to be effected.

Regards, Kees


--

Litrik De Roy
www.litrik.com

Reply via email to