[xsl] Can XSLT be used to parse and "break up" a single XML Tag value?

Subject: [xsl] Can XSLT be used to parse and "break up" a single XML Tag value?
From: John Svazic <jsvazic@xxxxxxx>
Date: Wed, 23 Apr 2003 10:42:23 -0400
Basically what I have is something like the following:

<field name="links">Project Page=http://www.mycomp.com/project.htm;Feature
Page=http://www.mycomp.com/feature.htm</field>

What I want to do is to break up each "section" (delimited with a
semi-colon) and then break up each of these "sections" into the display name
and URL (delimited by the equals sign).  Is there any way to do this in
XSLT?  TIA.

John Svazic
Software Architect, Research & Development, MKS Inc., www.mks.com
Waterloo, ON, Canada; Tel: (519)883-3215;  Fax: (519)884-8861
Build Better Software(tm)


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


Current Thread