if (configuration == null)
{
configuration = new Configuration();
}
XQDataSource ds = new SaxonXQDataSource(configuration);
if (commonHandler != null)
{
ds.setCommonHandler(commonHandler);
}
connection = ds.getConnection();
transformerPool.addObject();
}
catch (Throwable te)