Hi everyone,
I have a simple problem yet seems more complicated than it should really be. I'm creating an XSL to display my XML.
I have the following string
<MANAGERS>GS/ML/CSFB</MANAGERS>
This is what I want to display
GS / ML / CSFB
In other words, I need to add a white space between each "/".
The problem is that since it comes in the same string, I can't find a way to manipulate it (a simple substitution would do).
Any thoughts?
Thanks.
I have a simple problem yet seems more complicated than it should really be. I'm creating an XSL to display my XML.
I have the following string
<MANAGERS>GS/ML/CSFB</MANAGERS>
This is what I want to display
GS / ML / CSFB
In other words, I need to add a white space between each "/".
The problem is that since it comes in the same string, I can't find a way to manipulate it (a simple substitution would do).
Any thoughts?
Thanks.