I need to convert a hexadecimal value to an integer value, how can I do that using XSLT?
For example, if the input is hexadecimal FF, my output should b
FF
Converting hexadecimal to decimal in pure XSLT 1.0: