hi
I have a datum type pagelink in component.
I am using that datum in component's xsl file where I need to rewrite the url formed.
for e.g: url: "/hello/abc/mypage.page" i need to rewrite it to "/hello/mypage.page"
I have written a js file to replace this url.
Now I am trying to access this variable in xsl it is not able to recognize "replace" function. also
Can you suggest if I am going wrong somewhere or may be I am missing out on some point.
The same logic is working fine for dcr datum using ajax.