I am trying to print a currency symbol and am passing € for an euro to a third-party library that is doing some XSL transformation.
But the output is: €
It basically is translating & to &. I cannot return the correct output.
Is there any way I can construct the input such that I get an output of "€"?