* Ensure that a prefixed selid name with no valid namespace declaration
* fails.
*/
public void testPrefixedErrorSelidName() throws Exception {
try {
doTest(new TestPipelineFactory(),
"prefixed-error-selid-name-input.xml",
"prefixed-error-selid-name-expected.xml");
fail("Did not detect missing namespace prefix declaration");
} catch (IllegalStateException e) {
assertEquals("Could not find a non empty prefix declared for namespace: http://acme.com/",