I have an XSLTransform that follows a Callout and handles the UTF8 formatted XML that is returned.
Unfortunately the XML result is formatted correctly every second time the API is called 😕 I don't quite get that but see the two images below:
Correct:
Error (notice that the Danish characters æøå is changed):
I have a trace of this if this can help? Otherwise just ask me what I need to supply. I have tried to add "charset=UTF8" everywhere it makes sense.
Thank you.
Solved! Go to Solution.
@Anders Bilfeldt , I am pretty sure this not a problem with the Edge as I validate (in java) and proxy Latin , GSM-7 characters (øå) and the behaviour is always consistent .
The problem either could be with XSL policy or probably the actual response itself different in both cases ? Do you see consistent behaviour if you don't use XSL and respond the actual response as it is ?