* that they behave according to the underlying binding's evaluation mode
* where the underlying binding itself is a ref to another binding.
*/
public void testDoubleRefBinding() throws Exception {
try {
doTest(new IntegrationTestHelper().getPipelineFactory(),
name + ".doubleref_binding_input.xml",
name + ".doubleref_binding_expected.xml");
} catch (SAXParseException e) {
throw new ExtendedSAXException(e.getMessage() +
" (" + e.getLineNumber() + ", " +