I have an issue with the following value field:
value="{normalize-space(/Properties/Data/Result/header_data/login_form/persisted_username)}"
Works perfectly well but the username that is pulls from a cookie value sometimes returns %40 instead of @ I believe this is because of the way the data is sanitised in the cookie.
Is there a way of decoding that so that the value will correctly show @ instead of %40.
This is in an xslt file. So preferably something xslt based. I have tried decode(/Properties/Data/Result/header_data/login_form/persisted_username)
but this broke the page.
Thanks in advance