Subject: RE: String Handling in XSLT
From: "Hunter, David" <dhunter@xxxxxxxxxxxx>
Date: Mon, 31 Jan 2000 13:12:07 -0500
|
From: Kay Michael [mailto:Michael.Kay@xxxxxxx]
Sent: Monday, January 31, 2000 12:16 PM
>
> > Is there anyway to do string handling (such as only
> > displaying the last four numbers of a credit card).
>
> <xsl:value-of select="substring($card-number,
> string-length($card-number)-3)"/>
>
> Other functions include substring-before, substring-after, contains,
> translate. Look them up in the spec.
That's the XPath spec, btw, not the XSLT spec. It's at
http://www.w3.org/TR/xpath
For string functions specifically, try
http://www.w3.org/TR/xpath#section-String-Functions
David Hunter
david.hunter@xxxxxxxxxxx
http://www.MobileQ.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|