get xpath following sibling to make use of a template with its value

unq

New Member
I have following XSLT :\[code\] <xsl:if test="$CurPos mod 2 =1"> <li style="width:604px;"> <div class="content-left" style="width:300px; height:290px;float:left;"> <xsl:if test="string-length($SafeImageUrl) != 0"> <div class="images-area-left"> <a href="http://stackoverflow.com/questions/14057476/{$SafeLinkUrl}" target="{$LinkTarget}"> <img class="image" src="http://stackoverflow.com/questions/14057476/{$SafeImageUrl}" alt="{@ImageUrlAltText}" /> </a> <div class="Heading-desc"> <span class="NewsHeading"><h4><xsl:value-of select="@Title"/></h4></span> <span class="Desc"> <xsl:value-of select="substring(@Comments,0,200)"/> <xsl:if test="string-length(@Comments) > 200">
 
Back
Top