I am using the xml.lua to read an existing xml file. I am getting the following error:
sceneLoginPin.lua:71: unexpected symbol near ’ ’
Its not showing the symbol in the quotes but it is either a square empty or diamond with a question mark in it symbol. I recreated the xml file by typing it as shown below.
The error line is this:
myNewData = xml:loadFile( “test3.xml” )
The xml file is this:
<?xml version=“1.0” encoding=“windows-1252”?><wpkresponse><login><result>ok</result></login></wpkresponse>
Warren