Quote Originally Posted by techgnome View Post
generally, for me, it's usually to load the data into an XMLDocument, select out the nodes I'm interested in, and insert them in to the database.

You could also see what happens if you try to import the XML document into Access (don't know if it can handle xml) ... are you looking for a one-time deal? Or something to do this on an ongoing basis?

-tg
This is an ongoing basis. Basically what I want to do, is download these files as I find ones on the website for me to search for and import it into my program so that I can keep track on my laptop a bit better than I have been. Thats why I want to import this file into a access db, that way I can keep track of the ones I have already visited and the ones I havent and the ones that I keep having to go back on because I cant find it.

I first tried the xmldocument, but wasnt able to figure out how to select out the nodes and assign them to their respective variable before importing it into the db. I understand the import part into the db, its just getting nodes from the xmldocument.