I have read all the threads on working with XML and I have a couple of questions and need some examples.
Do you handle opening and reading an XML file any different the regular files? Here is what I want to do.
1. Open a XML file.
2. Read through it and check for some special that I am looking for.
3. When found, I will write those lines of information to another file.
Now I have loop through files before so that is no big thing, but I have never read in a XML file before. I need to be able to read it line by line till the end of the file.
Is there something special I need to understand about doing this?
I am running VB6.
Thanks
Do you handle opening and reading an XML file any different the regular files? Here is what I want to do.
1. Open a XML file.
2. Read through it and check for some special that I am looking for.
3. When found, I will write those lines of information to another file.
Now I have loop through files before so that is no big thing, but I have never read in a XML file before. I need to be able to read it line by line till the end of the file.
Is there something special I need to understand about doing this?
I am running VB6.
Thanks