try {
// convert the data into XML (a JDOM Document)
Document doc = new Document(ViewMonthJDOM.produceElement(
this.board, this.month));
// apply the appropriate stylesheet
XSLTRenderHelper.render(servlet, doc,
"viewMonth.xslt", response);
} catch (DataException de) {
throw new ServletException(de);
}