New to XML Import Parsing - Reading Specific Element in XML Help

I have produced XML extracts from two Notes databases. They contain 15 elements. I have a complex Type which stores information about files. What I need to do is as follows:

1> Get each and every one of the elements in XML1;

2> Find the same element in XML2;

3> Check that the string is identical.

Any help suggestion on how I go this?

Subject: New to XML Import Parsing - Reading Specific Element in XML Help

You may find my XML utility routines useful. See here.

Subject: New to XML Import Parsing - Reading Specific Element in XML Help

Can you post samples of the XML1 and XML2?

Subject: New to XML Import Parsing - Reading Specific Element in XML Help

One option is to use LotusScript and ADO to parse and compare the XML elements.