|
-
Apr 6th, 2004, 07:37 AM
#1
Thread Starter
New Member
Text Mail Formatting in XML
Hi
This is regarding the formating the text mail. The code which I am using is
<xsl:template match="PlainTextMail">
Subtotal: <xsl:value-of select="SubTotal" />
Tax: <xsl:value-of select="Tax" />
<xsl:if test="CertificateAmount != ''">
Certificates: <xsl:value-of select="CertificateAmount" />
</xsl:if>
Shipping: <xsl:value-of select="Shipping" />
Grand Total: <xsl:value-of select="GrandTotal" />
</xsl:template>
As shown, I want to introduce some blank spaces between Subtotal and page margin.
Even if I provide space bar,its not working.
How can I achieve the required formatting.
Thanks in adance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|