<!-- This template performs search/replace of the . and _ characters --> ...followed by the standard recursive string replace...
Fortunately for you, you can use the translate() XPath function in this particular instance, since you are (A) replacing all instances of the "." and (B) you are replacing one character by one character. I bet that would cut your memory usage! .................David Marston
