builder.exclude(TestCreateOMBuilderFromDOMSource.class, "(file=spaces.xml)");
// TODO: if there is a comment node surrounded by text, then these text nodes need to be merged
builder.exclude(TestDigest.class, "(|(file=digest3.xml)(file=digest4.xml))");
return builder.build();
}
}