[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: string split


Subject: Re: string split
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 19 Sep 2000 12:37:02 GMT


bash$ sed -e "s@\\([0-9]\\)\\,*@<a href='#id\\1'>\\1</a>\\&nspb;@g" dp5.xml 
<doc>
<elem><a href='#id5'>5</a>&nspb;<a href='#id6'>6</a>&nspb;<a href='#id7'>7</a>&nspb;</elem>
</doc>

David


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



Current Thread