« Some Javascript | Main | Tree structure »

June 9, 2009

Learning notes of my addon project

I have been working on a "warcraft" project recently, and learned something about XML and lua. I was impressed warcraft can load lua funtions by reading throught the xml file. It seems that xml file can hold sorted values. below are my learning notes, we can see some interesting features.

Learning Notes


1. Start Xml flie for WoW
1 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
3


2.Loading a lua file
1.