Is there an easy way to get access to the xerces JUnit codebase (other than through CSV)?
I am developing an application that is heavy on XML, but I am at a loss on how to automate XML unit tests. For example, when testing a method that modifies a DOM Document, how do you test that the document is as you want? Do you cheat and compare it against a previously hand checked document? Or do you have a JUnit extension capable of comparing the content of 2 docs? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
