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]

Re: string split




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

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