I actually found a solution!
<xsl:variable name="sumTFSA">
<xsl:apply-templates select="wd:Report_Entry[1]" mode="calcul">
<xsl:with-param name="contributionType" select="'wd:CF_INT2007_LFP_Pay_Results_TFSA'"/>
</xsl:apply-templates>...
I have the following sums that are conditional to Employee_ID being present in my xml
<xsl:variable name="sumTFSA">
<xsl:apply-templates select="Report_Entry[1]" mode="TFSA"/>
</xsl:variable>
<xsl:variable name="sumRRSP">
<xsl:apply-templates...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.