context = new RuntimeRendererContext(writer,
new RuntimeCSSStyleSheetRenderer(),
new RuntimeRendererProtocolConfiguration() {
public ValidationHelper getValidationHelper() {
return new WMLValidationHelper();
}
public Inserter getInserter() {
return null;
}