|
Subject: Re: [xsl] determine the number of payment methods and specify order depending on page type being viewed From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Mon, 03 Nov 2008 17:03:27 -0500 |
<xsl:when test="$label = 'directDebit'">
<xsl:element name="li">
<xsl:attribute name="class">doubleLine current</xsl:attribute>
Payment by <br/><xsl:value-of select="$ddPayment" />
</xsl:element>
<xsl:element name="li">
<xsl:attribute name="class">doubleLine</xsl:attribute>
Payment by <br/><xsl:value-of select="$ccPayment" />
</xsl:element>
<xsl:element name="li">
<xsl:attribute name="class">doubleLine</xsl:attribute>
Payment by <br/><xsl:value-of select="$iPayment" />
</xsl:element>
</xsl:when>
<xsl:when test="$label = 'directDebit'"> <li class="doubleLine current">Payment by <br/>Direct Debit</li> <li class="doubleLine">Payment by <br/>Credit Card</li> <li class="doubleLine">Payment by <br/>Invoice</li> </xsl:when>
Cheers, Wendell
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] determine the number of payme, Caroline Umali | Thread | Re: [xsl] determine the number of p, Caroline Umali |
| [xsl] determine the number of payme, Caroline Umali | Date | Re: [xsl] determine the number of p, Caroline Umali |
| Month |