Login | |
|
 |
RE: Creating a XML Document - 1/24/2007 4:49:15 AM
|
|
 |
|
| |
ignignokt
Posts: 31
Score: 0
Joined: 9/12/2006
Status: offline
|
Ultimately yes, but I need to create one to begin with. Lets say I have 10 CDs with video clips on them. Well I want to put in the first CD, named Vids 1, and the script will look at every video file on that CD and take screenshots of them and put them in a folder on the hard drive. Well I want to use XML to list all the CDs, the files that are on that cd, and file info like size, date create, and the screenshots for each file. So I will need to create the XML because it doesnt exist, but then I want to append it from there. Once I have the CD, "Vids 1" on there, ill do the same thing for the CD "Vids 2" and etc. Should I just manually create a XML file and just have the script append it that way?
|
|
| |
|
|
|
 |
RE: Creating a XML Document - 1/24/2007 10:03:11 AM
|
|
 |
|
| |
TNO
Posts: 1397
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Heres the stupid simple guide that taught me XML: http://msconline.maconstate.edu/Tutorials/XML/
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|