Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • JackY 1 post 21 karma points
    Jun 12, 2011 @ 23:32
    JackY
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies