Dave Brondsema wrote: > Note: the regex used in the 'spacify' template doesn't work. > How can I make the > replace() function work? Since it gives an error about the > function not being > found, I haven't tested the regex either: it's supposed to > put a space in before > capital letters (except for multiple sequential capital letters).
Dave, "replace" is not XSLT - I would guess it's some kind of extension function. But I have a recursive template (pure XSLT 1) which does exactly this job, that I wrote just a few weeks ago. I'll see if I can track it down at work tomorrow.
