rashmi_k28
01-09-2009, 03:27 AM
How to translate some/text to some_text in xsl
<root>
<root1>Some/text</root1>
</root>
<root>
<root1>Some/text</root1>
</root>
|
Click to See Complete Forum and Search --> : translate rashmi_k28 01-09-2009, 03:27 AM How to translate some/text to some_text in xsl <root> <root1>Some/text</root1> </root> Charles 01-09-2009, 03:39 AM You could do it several ways but it's likely that you want "translate". See http://www.w3schools.com/xpath/xpath_functions.asp#string . webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |