|
From: David C. <dc...@st...> - 2007-04-20 19:55:36
|
Never mind I think I answered my own question. It's been too long since
I looked at my initial setup code that is underneath my higher level
interface.
Where I do the following is where I should also set the NamespaceContext:
XMLUnit
.setControlParser("org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
XMLUnit
.setTestParser("org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
XMLUnit
.setSAXParserFactory("org.apache.xerces.jaxp.SAXParserFactoryImpl");
XMLUnit
.setTransformerFactory("org.apache.xalan.processor.TransformerFactoryImpl");
|