Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Client Side XSL/JavaScript & MediaPlayer Issue Client Side XSL/JavaScript & MediaPlayer IssueTo: NULL Date: 3/13/2009 1:13:00 PM We have an app that's all client-side xslt & Java Script. For some
unknown reason in IE7 (haven't tested in older versions) when I have
[code]
. . .
myvar='<object id="MediaPlayer1" classid="CLSID:22D6f312-
B0F6-11D0-94AB-0080C74C7E95" standby="{$standby}" type="application/x-
oleobject" height="{$finalPlayerHeight}" width="{$finalPlayerWidth}">
<param name="FileName" value="myfile"><param name="ShowControls"
value="true"><param name="AutoRewind" value="True"><param
name="AutoStart" value="true"></object>';
mydoc.innerhtml = myvar;
. . .
[/code]
mydoc.innerhtml ends up with just:
[code]
<object id="MediaPlayer1" classid="CLSID:22D6f312-
B0F6-11D0-94AB-0080C74C7E95" standby="{$standby}" type="application/x-
oleobject" height="{$finalPlayerHeight}" width="{$finalPlayerWidth}"></
object>";
[/code]
the PARAM tags are all missing.
We're currently using ACTIVEX for IE and related code to build up our
final HTML page from lots of XML/XSL (include the stub above). I can't
figure out my problem, so since IE7 supports XMLHttpRequest, I thought
I try to switch to that. But IE7 still does not support native XSLT
(as far as I can tell), nor does it support window.DOMParser(). So I'm
stuck. Anyone have a solution? Thanks!
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
