xsl-list
[Top] [All Lists]

Using substring call with for-each/apply templates

2002-10-31 12:39:21
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



<Prev in Thread] Current Thread [Next in Thread>