Copied to clipboard

Flag this post as spam?

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


  • Uros Sankovic 107 posts 134 karma points
    Nov 30, 2010 @ 11:22
    Uros Sankovic
    0

    Please help me on this one

    Hi, guys,

    In CONTENT section, when you click on a certain page, you have many tags.One of them is PROPERTIES. And there you have a NAME.How can I access that name in XSLT?This is not the nodeName, right?

    THX for your help.

    Uros

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 30, 2010 @ 11:29
    Jan Skovgaard
    1

    Hi Uros

    Yes the name of the node, which you can alter in the "name" field under "properties" is the @nodeName. So to access it with XSLT you can write <xsl:value-of select="$currentPage/@nodeName" />

    /Jan

  • 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