XSL - move to next - Please help me

wxdqz

New Member
Hi

I have very important question (for my). Which function in XSL insted of using this <xsl:for-each select="/root/ShowWithNoUsers/ShowWithNoUser">
can move to anather element. Please halp me !!!!

Or mayby Yoy know how in XSL I can incremant veraible, it would be also helpul!!!!


<xsl:for-each select="/root/ShowWithNoUsers/ShowWithNoUser">
<td>
<input type="radio" name="deviceId" value=http://www.webdeveloper.com/forum/archive/index.php/"{IdUser}" id="{IdUser}" onclick="rememberId({IdUser},{id});" />

<xsl:if test="type ='Monitor'" >
<td>
Screen:
</td>
<td> <xsl:variable name="i" select="1">
<xsl:value-of select="/root/ShowWithNoUsersMonitors/ShowWithNoUserMonitor/sSize" disable-output-escaping="yes"/>
</xsl:variable>
</td>
</xsl:if>


Thats my problem that I don't know how to view this special elaments ??
 
Back
Top