I installed the new version of umbraco and the 4.0.4.2, but it is not working.
Now I use the template and the xslt macro and get the pictures included into the html sourcecode. So I only need to put the output of the xslt macro in a temporary file and add the path into my template. then it should be work?
But I'm new with xslt and hope anybody can help me to understand how I can solve it?
How create a temporary xml file from Xslt macro?
Hi,
I'm new here and hope anybody can help me :)
I just try to get running the silverlight control of vertigo. I found the following post, but I don't get it working.
http://our.umbraco.org/projects/silverlight-gallery-for-creative-website-starter
I installed the new version of umbraco and the 4.0.4.2, but it is not working.
Now I use the template and the xslt macro and get the pictures included into the html sourcecode. So I only need to put the output of the xslt macro in a temporary file and add the path into my template. then it should be work?
But I'm new with xslt and hope anybody can help me to understand how I can solve it?
This is my template:
<%@ Master Language="C#" MasterPageFile="/masterpages/CWS_Master.master" AutoEventWireup="true" %>
<asp:content ContentPlaceHolderId="headerLinksContent" runat="server">
</asp:content>
<asp:content ContentPlaceHolderId="SideBarContent" runat="server">
</asp:content>
<asp:content ContentPlaceHolderId="ChildContent" runat="server">
<object type="application/x-silverlight-2" data="data:application/x-silverlight-2," width="640" height="480">
<param name="background" value="black" />
<param name='initParams' value='ConfigurationProvider=LightTheme,DataProvider=XmlDataProvider;Path=<umbraco:Macro Alias="SilverlightGallery" runat="server"></umbraco:Macro>'/>
<param name="source" value="/media/Vertigo.SlideShow.xap" /> <param name="initParams" value="" /> </object>
</asp:content>
Best regards,
Daniel
is working on a reply...