Generate XML from template and fill it with new data -



have xml (more 150 tags).
need create additional 50 xml files based on template, tag values.
have generated random data (saved in xls, csv, sql format) , need fill values in template , saved new name. how can this? (unix shell script, java, software, etc)

thanks

assuming able use sql server - check out xml

http://msdn.microsoft.com/en-us/library/ms345137%28v=sql.90%29.aspx#forxml2k5_topic4


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -