I have the following line in my xslt file <xsl:value-ofselect="translate(ClaimDiagnosisCodes, '-', ' ')"/> but what I really want to do is not replace the dash with a non breaking space but format it to not break when the "-" is encountered. I want to keep the entire string on the same line. Does anyone know a good way to do this?
Thank you in advance for any help that is offered.