Copied to clipboard

Flag this post as spam?

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


  • Andrew 11 posts 32 karma points
    Jun 02, 2011 @ 12:58
    Andrew
    0

    how to specify a node to look in?

    I am having issues! but enough about my personal life. In XSLT how do I specify the node to look in rather than the current page? 

     

    many thanks

    Andy

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jun 02, 2011 @ 13:45
    Dennis Aaen
    0

    Hi Andy.

    You can use one of the many extentions available for Umbraco.
    One of these gives you the opportunity to get the xml from a specific node.

    I do not know if that's what you want. But if the case you can use this extenstion.

     <xsl:variable name="node" select="umbraco.library:GetXmlNodeById('String id')"/>

    Where string id so represents the specified ID on the node you want.

    /Dennis

  • Andrew 11 posts 32 karma points
    Jun 02, 2011 @ 14:24
    Andrew
    1

    Thanks Dennis, I would hi five you but I dont have the kama

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jun 02, 2011 @ 14:45
    Dennis Aaen
    0

    Hi Andy

    I'm happy to help you.

    I know, I myself have just got the 70 points that needed to be able to give hi-five.
    So you could use this extention to solve your problem?.


    /Dennis

  • Andrew 11 posts 32 karma points
    Jun 02, 2011 @ 14:48
    Andrew
    0

    Yes it worked thanks, I used it for this news ticker thing http://www.emb-x.com/programme-management/

    the site is a work in progress btw

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jun 02, 2011 @ 15:21
    Dennis Aaen
    0

    Okay glad to hear that.

    You can mak this post as solved, so others on the forum can see what the solution was.

    /Dennis

  • 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