Is there any way to decode a URL encoded string using XSLT?
For example, this is the string that I have:
This%20is%20the %20%3Ctable%3E% 20tag
And this is what I wanted XSLT to output:
This is the <table> tag
For example, this is the string that I have:
This%20is%20the %20%3Ctable%3E% 20tag
And this is what I wanted XSLT to output:
This is the <table> tag
Comment