Smartsite SXML CopyCode image Copy Code
{url.seturiescaping('/mypage.html?txt=SAMPLEDATA&paramwithwhitespace=my value&anotherparams=exists', false)}
{url.setxmlencoding('/mypage.html?txt=SAMPLEDATA&paramwithwhitespace=my value&anotherparams=exists', false)}
Example Result CopyCode image Copy Code
/mypage.html?txt=SAMPLEDATA&paramwithwhitespace=my value&anotherparams=exists
/mypage.html?txt=SAMPLEDATA&paramwithwhitespace=my%20value&anotherparams=exists