* Test the template model with the definition referenced via href. This
* covers exactly the same points as {@link #testInlineDefinition}.
*/
public void testIncludeDefinition() throws Exception {
try {
doTest(new IntegrationTestHelper().getPipelineFactory(),
name + ".include_input.xml",
name + ".include_expected.xml");
} catch (SAXParseException e) {
throw new ExtendedSAXException(e.getMessage() +
" (" + e.getLineNumber() + ", " +