Problem reading XML with Unicode NSIS
Masters,
I have created an installer with nsDialogs and with Unicode NSIS.
It is basically a multilingual installer.
So as per requirement, I have to get each Label text from API call which returns me XML response which i store in temp folder as XML document.
Now the problem is that when i try to read this document with any of this (xml, nsXML,nsisXML) plugins, It either returns square brackets string or Empty string.
Please guide me what i am missing.
Also please suggest any other better way to read API XML response and set nsDialogs Label Text if possible.
Thanks:blah: