Copied to clipboard

Flag this post as spam?

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


  • Bill 81 posts 83 karma points
    May 03, 2009 @ 16:12
    Bill
    0

    umbraco.library:GetXmlNodeById and msxml:node-set() Function

    So i have a little problem...#-o

    In my homepage there is a field where the editor chooses via content picker a node. All I want to do is to show this node the way i want to. For example I don't want to show all the information of the node.

    [code]



    [/code]

    So when I do this I get the error
    [quote]To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function. [/quote]

    :-s I searched a lot, i tried some stuff but I can't just do it! So... any help would be fine!

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    May 03, 2009 @ 17:20
    Dirk De Grave
    0

    Hi,

    I'd use

    [code][/code]

    and then

    [code][/code]

    (I'm thinking your variable is being evaluated as a string rather than as a node or node set.)

    Does that help?

    Regards,
    /Dirk

  • Bill 81 posts 83 karma points
    May 03, 2009 @ 19:58
    Bill
    0

    That's what I did wrong... thanx :)

Please Sign in or register to post replies

Write your reply to:

Draft