[xsl] How to expand a string

Subject: [xsl] How to expand a string
From: "Sam Carleton" <scarleton@xxxxxxxxxxxxxxxx>
Date: Tue, 29 Aug 2006 17:25:56 -0400
I am transforming some xml to html. I have values like this:

FailedCriteria
NoSampleDetected
OutsideOfCalibrationRange
DetectorOverRange

That I need to key off the capital letter and get this:

Failed Criteria
No Sample Detected
Outside Of Calibration Range
Detector Over Range

Is there an easy way to do it in XSLT?

Sam

Current Thread