Conal Tuohy wrote:

Hi Tim

This question is best asked on the XSL List, rather than Cocoon Users, but here's an answer anyway:


Completely agree with this


Test to see if the report has any preceding reports. Perhaps something like:

<div id="sw{normalize-space(report-name)}">
        <xsl:if test="not(preceding-sibling::report)">


test="position() = 1" also should work


Vadim


                <xsl:attribute name="class">dlgSwitchSelected</xsl:attribute>
        </xsl:if>

...

</div>






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to