philguillard wrote:
I've found a way, maybe this could help for others ...
Only one ' should be necessary there:
Another way to do it is
'
Lars
then anywhere in the XSL template :
{translate($foo,$apos, '`')}
Phil
philguillard wrote:
Hi all,
Hum.. I want to escape the apost
I've found a way, maybe this could help for others ...
then anywhere in the XSL template :
{translate($foo,$apos, '`')}
Phil
philguillard wrote:
Hi all,
Hum.. I want to escape the apostrophe (') in XSL
Example : foo value is "I'm askin' to cocoon's mailinglist"
None of these tries are co
Hi all,
Hum.. I want to escape the apostrophe (') in XSL
Example : foo value is "I'm askin' to cocoon's mailinglist"
None of these tries are correct :
Then i tried to define $apos as a variable to be able to use the
transfrom function, but the same problem arizes when i declare it :
or