
look at the screen to understand


I hope you can help me
thank you
topic merged

Code: Select all
<!-- Leading Role -->
<xsl:if test="count(leadingroles/leadingrole) > 0">
<TR CLASS="fieldrowprevpane">
<TD CLASS="fieldnameprevpane" NOWRAP="">
Cast:
</TD>
<TD CLASS="fieldvalueprevpane" WIDTH="100%">
<xsl:call-template name="format-cast">
<xsl:with-param name="cast" select="leadingroles/leadingrole"/>
[color=red]<xsl:with-param name="characters" select="'True'"/>[/color]
</xsl:call-template>
<A HREF="Contents_Credits.xsl?ID={contentsid}" TARGET="_BLANK"><IMG BORDER="0" SRC="More.gif"/></A>
</TD>
</TR>