I am using xslt1.0. My input is
<xsl:variable name="string">width:12pt;border-width:13pt</xsl:variable>
I want to replace the -width: into some other string, but not the width:(width starting with - alone should replaced).How to do it in xslt 1.0.