How do you replace an xml value, for example:
<name>Linda O'Connel</name>
to:
<name>Linda O''Connel</name>
via XSLT?
I need this because I have to pass this value in a powershell command line and to other platforms since the "double single quote" is needed to escape the apostrophe/single quotes.
You can also try out the following.
Assuming an XSLT 1.0 processor, you will need to use a recursive named template for this, e.g:
Example of call: