-
Posted by kevinmd88 on Mon, 02 Apr 2012 22:24:38
Hi guys, I have a weird question... If I were to make a custom XML file (one that does not follow the World of Warcraft UI spec) and saved it in the addon's folder, would it be possible at all to read this XML file into the addon's LUA script?
-
Posted by kappamus on Tue, 03 Apr 2012 13:56:31
Your XML file wouldn't work unless it contained elements and attributes defined in UI.xsd, which is the XML schema Blizzard uses for its user interface.
-
Posted by jnwhiteh on Thu, 05 Apr 2012 06:55:21
No, you can't have useful data files. You could store the data in a Lua string and then access it that way.