builder.exclude(TestCreateOMElementWithNamespaceInScope.class, "(variant=QName,OMContainer)");
builder.exclude(TestCreateOMElementWithNamespaceInScope.class, "(variant=String,OMNamespace,OMContainer)");
// TODO: this case is not working because Axiom generates an XML declaration
// but uses another charset encoding to serialize the document
builder.exclude(TestSerialize.class, "(&(file=iso-8859-1.xml)(container=document))");
// TODO: this case is not working because Axiom doesn't serialize the DTD
builder.exclude(TestSerialize.class, "(&(file=spaces.xml)(container=document))");
// TODO: CDATA sections are lost when using createOMBuilder with a DOMSource