Skip to content
⌘ NSIS Forum Archive

Xml

3 posts

sebados#

Xml

I am trying to open an XML with the XML plugin but i always get a -1 code when loading xmls generated by dfsutil.exe tool.

${xml::LoadFile} "myfile.xml" $1
StrCmp $1 "-1"

I think it is related with the encoding of the file because i have no problems with xmls generated im notepad.

Is there a way to convert the file to UTF-8 before loading the file?