Thread: xi:include
View Single Post
  #5  
Unread 01-17-2010, 03:14 PM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
just a side note

as a skin author i have found basic scripts quite handy to keep multiple xml files updated.

I got bunch of xml files that have different values for different resolutions. then i have xml files that include code that is the same for everything. and I can have separate file for example artassets and elements .. makes it all a bit more easier to handle for me.

just make a small script and use .bat or .cmd extension for it. then add some basic scripts to parse the files you want:

Code:
TYPE file1.xml >> SkinDefinition.xml
TYPE file2.xml >> SkinDefinition.xml
That example would first add everything from file1.xml into Skindefinition.xml and after that add everything from file2.xml into Skindefinition.xml.

I accidentally left all my scripts in daimonui version 3.5 so if you want to have a look how i have it there they all are.
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote