I have been reading thru some threads and looked trhu the tutorials bank and I really couldn't find what I was looking for. Can I use FSO to write an XML file or is there a better way. I have a directory list box that I use to find a FLV file, I need to pass the file name into the xml file in this format.

I am sure this is something that has been asked and answered 1000 times, but I couldn't find a simple example. I searched under "write XML and create XML"

Thanks for any help.

VB Code:
  1. <videos>
  2.     <video>
  3.         <videoName>video</videoName>
  4.     </video>   
  5. </videos>