Conal Tuohy <[EMAIL PROTECTED]> writes:
> 
> 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).
> 
> D'oh! Of course replace() is an XPath 2 function. So still 
> best to avoid it.
> :-)

If you really need/want this you could Saxon 7.0 into Cocoon, implement
your own XSLT that imports/includes the cforms templates and write your
own version of the relevant template with a higher priority (or call the
apply/apply-imports appropriately if using import)...



Reply via email to