Subject: Using substring call with for-each/apply templates
From: "Alan K. Gay" <alan@xxxxxxxxxxxx>
Date: Thu, 31 Oct 2002 14:39:21 -0500
|
I have the following code in my xslt;
<td>
<xsl:for-each select="RFQLastDate">
<xsl:apply-templates/>
</xsl:for-each>
</td>
I would like to apply the substring function to take the first 11
characters of the contents of "RFQLastDate". How do I proceed?
Alan K. Gay
President
ProBuild, Inc.
P.O. Box 18816
Atlanta, GA 31126
(404) 816-0599
(404) 949-9414 (fax)
http://www.probuild.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|