Smartsite SXML | 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 | Copy Code |
---|---|
/mypage.html?txt=SAMPLEDATA&paramwithwhitespace=my value&anotherparams=exists /mypage.html?txt=SAMPLEDATA¶mwithwhitespace=my%20value&anotherparams=exists |