[xsl] string manipulation

Subject: [xsl] string manipulation
From: john liao <jliao2k@xxxxxxxxx>
Date: Fri, 25 Oct 2002 10:52:27 -0700 (PDT)
Hi Listmembers,

I'm finding myself having to manipulate strings
because the tool that generates my xml can't generate
new elements that I need:

<item name="var1" description="subscribed
key=att1,att2 corc=att2,att3,att4,att21,att25"/>

I want to parse the description so I can print
key: att1
key: att2
a: att2
a: att3
a: att4
a: att21
a: att25

I can't figure it out using substring-before or
substring-after. Your help is very much appreciated.

J.L.

=====


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

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


Current Thread