That is interesting! I have never heard of XmlAssert and can't find it in the documentation anywhere. How did you find it?
As far as the more general issue I do have some custom code that compares XML files and have found that (for what I'm doing at least) that the test fails if there are any differences in the file, so it doesn't really matter what the difference is. Since I'm using files, if it fails, I just open the two files in a file diff tool. - Marc [EMAIL PROTECTED] wrote: > Hi, > > I'm trying to use XmlAssert to compare snippets of xml that is the > result of a method and the expected xml, but I can't seem to be able to > use it to easily pinpoint what went wrong in my method. Maybe I'm > trying to do too much in one sweep. > > Does anyone else use XmlAssert? How do you work around that it only > tells you that the xml documents are different but not where they are > different? Is it even a problem for anyone else? > > > /Johan
