Hi ,
I have a string in $Object/Plaintext = '...ondersteunen van slimmer ...' I want to replace '&bsp;' with one space and try this as a change object on the attribute:
replaceAll($Object/PlainText, ' ' ,' ')
this doesn't work? why? and how could i change it then?