}
}
private String rewriteBody(String body, String url, String charset, Resource resource, RenderContext context) throws IOException {
OutputDocument document;
document = new WebClippingRewriter(url).rewriteBody(body, resource, context);
return document.toString();
}