// Pass compiler warnings to the error listener
if (_errorListener != null)
passWarningsToListener(xsltc.getWarnings());
else
xsltc.printWarnings();
// Check that the transformation went well before returning
if (bytecodes == null) {
// Pass compiler errors to the error listener
if (_errorListener != null)