[xsl] removing space in a text node

Subject: [xsl] removing space in a text node
From: "Peter Charles" <petefc@xxxxxxxxxxxxxxxxx>
Date: Wed, 16 Mar 2005 10:14:39 -0800
Hello,

If I have the following structure:

<field name="c14alias" displayName="Created By">
	<descriptiveWord> Malina </descriptiveWord> ,
      <descriptiveWord> Mark </descriptiveWord>
</field>

Is there an easy way to remove the leading space from in front of the comma
that sits between the descriptiveWord nodes?

Thanks

Peter

Current Thread