Hi, I'm trying to get familiar with XSL and got the following code from the web that replaces a
string withing a string with a selected string. Ie. let's says I have
[email protected] I would like to replace it with george_REMOVE_AT_mysite.com. So here is the template....
and here is how i try to access it. I can't seem to find the correct way to call it. I get Could not find function: replace-string. The code works if I just display text but it crashes when I try to use the replace-string template.
Thanks for any guidance.