_dtdMonitor.buildIdIndex(_dom, 0, translet);
// Pass unparsed entities to translet
translet.setUnparsedEntityURIs(_dtdMonitor.
getUnparsedEntityURIs());
// Do the actual transformation
translet.transform(_dom, tohFactory.getTransletOutputHandler());
final long done = System.currentTimeMillis() - start;
out.println("<!-- transformed by XSLTC in "+done+"msecs -->");
}
// Now close up the sink, and return the HTML output in the