This is the error I am getting - which makes no sense what so ever to me "attempt to index upvalue ‘xml’ (a function value)"
i first thought it was my attempt to create a lua sub class ( using the XML.lua as an example ), but after using code that already have in another app to load and read XML into a string, I get the same error.
The different in apps is that the one that works uses storyboard and the one that does not uses the director class.
I get the error on the 2nd line below in my director app, and im not sure why. I have tried all kinds of stuff and its killing me to figure out, if anyone can help I will owe you big time:)
local xml = require( "xml" ).newParser
local myXML = xml:loadFile( "appdata.xml" ) --I get the error on this line
Larry [import]uid: 11860 topic_id: 26854 reply_id: 326854[/import]
