x = parsePath.substring(startSub, endSub);
if(x.equals("0") || x.startsWith("0_")){
Logger.debug(this, "Method WebAPI.canParseContent : The content being parsed is 0 : returning false");
return false;
}
ve.mergeTemplate(parsePath, "UTF-8", ctx, w);
} catch (Exception e) {
Logger.debug(this.getClass(), "Velocity Error: " + e);
Logger.debug(this,e.getMessage(),e);
return false;
}