Avatar of LelloLello
LelloLello

asked on 

How you write an <XSL:if test="1" and /or "test="

Hello Expert,

 
I have two checkbox menu, could you please advice how i'm able to write the TEST statment.

 

 

<xsl:param name="IsHideFieldName" select="'Hide Menu'" />
<xsl:param name="IsHideFieldNameActivity" select="'Activity Menu'" />

<xsl:variable name="IsShow" select="boolean(sc:fld($IsHideFieldName,.)!=1)" />
<xsl:variable name="IsShowActivity" select="boolean(sc:fld($IsHideFieldNameActivity,.)!=1)" />

 

<xsl:if test="$IsShowActivity" or test="$IsShow">

Could you please correct my <XSL:if test...

Thank you very much.

 

XMLASP.NETWeb Languages and Standards

Avatar of undefined
Last Comment
Gertone (Geert Bormans)

8/22/2022 - Mon