[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] How to expand a string
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
|