Copied to clipboard

Flag this post as spam?

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


  • Andres Tenjo 35 posts 55 karma points
    Jun 08, 2011 @ 01:05
    Andres Tenjo
    0

    update node position...

    Hi all, someone help me, I need to update the position of node in a specially case like...

    <xsl:when test="name()='Resources'">
     <xsl:value-of select="@nodeName/position()=3"/>
    </xsl:when>
    <xsl:otherwise>

     <xsl:value-of select="@nodeName"/>
    </xsl:otherwise>
    </xsl:choose>

    I'ts not work , how I do this ? 

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 08, 2011 @ 07:44
    Jan Skovgaard
    0

    Hi Andres

    are you inside a for-each loop? Please post the whole code-snippet...then it will be easier to help you out instead of just guessing :-)

    /Jan

  • Andres Tenjo 35 posts 55 karma points
    Jun 08, 2011 @ 19:27
    Andres Tenjo
    0

    only I need update the currently position of any node, when I want, It's possible ?

Please Sign in or register to post replies

Write your reply to:

Draft