[xsl] Splitting non-delimited string

Subject: [xsl] Splitting non-delimited string
From: "Denny, Allison M. (LNG-CIS)" <allison.denny@xxxxxxxxxxxxxx>
Date: Fri, 28 Dec 2001 12:10:28 -0500
Hello,

I have an id that is half numeric and half text.  I need to split it into
two ids--one numeric, and one text.  The id can be any length, and has no
delimiters.

From:
<AgencyReportNumber>123ABC</AgencyReportNumber>

To:
<AGENCY-RPT-NO>
<NUMBER-PORTION>123</NUMBER-PORTION>
<TEXT-PORTION>ABC</TEXT-PORTION>
</AGENCY-RPT-NO>

Substring doesn't seem appropriate since there is no delimiter and no set
number of characters.  My other thought is to somehow use number
recursively--could this work?  Any advice would be appreciated.

Thanks in advance,
Allison Denny


Allison Denny
Data Analyst
4520 East-West Highway
Bethesda, MD  20814

LexisNexis
It's how you know 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread