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...
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.
Continue discussion
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...
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.