This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Splitting non-delimited string


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]