[xsl] escaping right parenthesis

Subject: [xsl] escaping right parenthesis
From: "Mark Wilson pubs@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Sep 2015 09:38:12 -0000
I searched the internet and archives but failed to find a solution to this problem. I suspect my ineptitude with regex is the problem.
Can a <<(>> be escaped in <<replace(., '(0', '')>>


That is, I need to remove a leading zero after a left parenthesis in an element's data, such as '12340 (02.).'
Thanks,
Mark


Current Thread