Hi,
I am trying to encode a url passed in a hyperlink
Code:
<a href="history.aspx?url=http://www.abc.com/test.aspx?par1=1&par2=2">History link</A>
the value of url parameter need to be encoded, please share if any way to do it.
I am using xslt 1.0 -
Code:
<?xml version="1.0" encoding="utf-8"?>