Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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 ?
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
only I need update the currently position of any node, when I want, It's possible ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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 ?
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
only I need update the currently position of any node, when I want, It's possible ?
is working on a reply...