Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. P

    How to re-use a recursive template

    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>...
  2. P

    How to re-use a recursive template

    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...

Part and Inventory Search

Back
Top