+ "<nn:body>I love lasagna!</nn:body>"
+ "</nn:memo>";
boolean flag = false;
try {
ValidationResult result = validator.validate(new DefaultMessage().setContent(source));
} catch (Exception fnfe) {
flag = true;
}
if (!flag) {
Assert.fail("Somehow found DTD that we should not have.");