1 |
XHTMLRenderer / Flyingsaucer |
2 |
---------------------------- |
3 |
|
4 |
XHTML/CSS renderer for Swing |
5 |
http://xhtmlrenderer.dev.java.net/ |
6 |
|
7 |
jGridstart uses only the renderer core, so core-renderer-minimal.jar and |
8 |
the iText dependency for PDF generation are sufficient. |
9 |
|
10 |
Current version of xhtmlrenderer is Release 8 (R8) with some extra patches. |
11 |
These are submitted as patches into its issue tracker: |
12 |
|
13 |
* Support option groups in select combobox (R8 only, CVS has it applied) |
14 |
xhtmlrenderer-optgroup.diff |
15 |
https://xhtmlrenderer.dev.java.net/issues/show_bug.cgi?id=282 |
16 |
|
17 |
* Make java web start image loading work (make all jar: urls local) (CVS only) |
18 |
xhtmlrenderer-cvs-jar-is-always-local.diff |
19 |
|
20 |
The supplied script rebuild.sh should enable you to rebuild xhtmlrenderer from |
21 |
scratch. You can either build R8 or CVS head; the default is R8. Note that when |
22 |
using CVS, TemplatePanel must be changed a little (see comments there). |