What symptoms do you notice on IE?  Are there any javascript errors in the 
console log?

What container is this running on?

On Aug 23, 2010, at 1:28 AM, StefanTheM wrote:

> Does anyone have experience with referencing external TagLibraries in
> Browsers other than FF?
> 
> In my application, IE doesn't display content from an external
> taglibrary which is being referenced in my gadget.xml.
> 
> Example:
> 
> Content of gadget.xml:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <Module>
>    <ModulePrefs title="OS Templates Crossbrowser">
>        <Require feature="opensocial-0.9" />
>        <Require feature="views" />
>        <Require feature="dynamic-height" />
>        <Require feature="opensocial-data" />
>       <Require feature="opensocial-templates">
>               <Param name="requireLibrary">mytaglib.xml</Param>
>       </Require>
>    </ModulePrefs>
>    <Content type="html"><![CDATA[
> 
>        <h1>markup in gadget.xml</h1>
> 
>        <script type="text/os-template" xmlns:os="http://
> ns.opensocial.org/2008/markup">
>               <gm:MyTaglib />
>       </script>
> 
>       ]]></Content>
> </Module>
> 
> Content of mytaglib.xml:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <Templates xmlns:gm="http://www.url.com"; xmlns:os="http://
> ns.opensocial.org/2008/markup" xmlns="http://www.w3.org/1999/xhtml";>
>       <Namespace prefix="gm" url="http://www.url.com"; />
> 
>       <Style>
> 
>       </Style>
> 
>       <JavaScript>
> 
>       </JavaScript>
> 
>       <Template tag="gm:MyTaglib">
> 
>               <h1>markup in template</h1>
> 
>       </Template>
> 
> </Templates>
> 
> 
> Is this OS-feature not yet supported by IE, or is there an error in my
> project?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "OpenSocial Application Development" group.
> To post to this group, send email to opensocial-...@googlegroups.com.
> To unsubscribe from this group, send email to 
> opensocial-api+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/opensocial-api?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en.

Reply via email to