[xsl] text modifications in XSLT

Subject: [xsl] text modifications in XSLT
From: "N. Ganesh Babu" <ganesh@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Dec 2005 17:10:31 +0530
Dear all,

How to do text modificaiton using XSLT.

My requirement is as follows:

Input
====
<ss-report>
<cm1-record>
<cis-no>1689 H.exdoc.120</cis-no>
<ocr-confidence level="6">33.3%</ocr-confidence>
<ocr-confidence level="7">32.1%</ocr-confidence>
<ocr-confidence level="8">10.4%</ocr-confidence>
</cm1-record>
</ss-report>


Output: ===

1689_Hexdoc120

Regards,
Ganesh

Current Thread