I have an XML file that contains a list of clients and their details. If I try to use the DOM object to load, it will only show the first occurence of an invalid value. I would like to be able to go through and find all values that do not meet the schema and output to an error file. It looks like it may be possible with validatenode, but this is only available with MSXML 5.0, which I do not have access to. All help would be appreciated, thanks...