elayildizer
Programmer
Hi newsgroup,
I'm looking for a way to replace all white spaces with a character ("_") in an attribute of an element with XSL...
For example in original xml document,there exists
<doc name="ela yil eliminate white spaces">
and I want to change it using XSL to
<doc name="ela_yil_eliminate_white_spaces">
I'll be glad if you can help me.
Thanks...
I'm looking for a way to replace all white spaces with a character ("_") in an attribute of an element with XSL...
For example in original xml document,there exists
<doc name="ela yil eliminate white spaces">
and I want to change it using XSL to
<doc name="ela_yil_eliminate_white_spaces">
I'll be glad if you can help me.
Thanks...