XHTML/CSS renderer--new version available

Patrick Wright <[email protected]> Thu, 8 Sep 2005 15:05:12 +0200
Newsgroups gmane.comp.java.vm.sablevm.general
Message-ID <[email protected]>
Hi

I'm one of the developers of the Flying Saucer XHTML/CSS 2.1 renderer.
It's written in pure Java, licensed under the LGPL, and requires
almost no external libraries to run (except a CSS parser, which we
package with the app).

Project page and downloads are here:
https://xhtmlrenderer.dev.java.net/

The rendering code itself is Java2D based. We do have two visual
panels for quick integration that are based on Swing, but these are
just containers for the rendered Graphics object--you could use
another. We also have a Graphics2DRenderer that can render input and
save directly to an image file.

I haven't been able to setup SableVM on my Windows machine (tried
months ago, got stuck in Cygwin problems)--if anyone wants to download
this and tell us how well it works with SableVM and GNU Classpath,
we'd love the feedback.


Many thanks
Patrick