Hey All...

Here is my issue. I am using a program called PCDJ RED VRM. when you add files in the library, it saves all the info about the files in XML files. I have already written server/client program thatthe server side reads in a list of titles and artists (normally in ASCII) and parses a mini db that houses the information and allows the client to access that info to allows users to request songs. What i am trying to do is have the server automatically read in the XML files from the PCDJ and make the mini db from those every time it is loaded. but i have no clue about XML files. XML is great but since i have had no need for it, i never learned it. What i really need is a source code for a conversion algorithem (i can't spell, i am a programmer...lol) to convert the data from the XML's into MDB's. then i can just combine all the DB's into the mini db i am using now. even if there is a component that i can embed into the proggy, that will do. Thanks in advanced to those who can help.