Hi All,
I read the topics of the script and their respective answers... really the ideas and topics are very unique and challenging!!
I have one task here, of course I am not expecting you people to give me ready-made solution, but some outline will be very much helpful. Please help, as Lua is a new language for me.
So the task is:
1.I have three xml files. All the xml files are storing the data about the same objects say equipment. Except the name of the equipment, the parameters, xmls storing are different.
2. Now I want to make a generic xml file, which is carrying all the data about the equipment.
3. PLease note that, the name will be unique and thus it will act as a key parameter.
4.I want to achieve this task with Lua script and main problem for me here is, I am very less familiar with syntax in Lua.
Can you please help me? Thanks in advance!!