public static void main (final String[] args)
throws IOException, NormalizationException
{
LibLayoutBoot.getInstance().start();
final OutputStream out = new NullOutputStream();
final URL url = new URL ("file:///home/src/jfreereport/head/liblayout/styletest/simple.html");
final XhtmlResourceFactoryModule module = new XhtmlResourceFactoryModule();
// XhtmlDocument doc = module.createDocument(url.openStream(), url, url.toExternalForm(), "text/html");