[jdom-interest] generating html content with jdom
Noam Tamim
noamt at yahoo.com
Fri Jun 29 07:49:43 PDT 2001
> > * Is it acceptable to use jdom (or any other dom-based application) for
> > creating html documents, or I should stick to just out.println() the
> > elements myself?
> I think it's easier to create a XML document that describes
> the data, in this case the calendar.
Thing is, you describe a monthly calendar with a 7x5 table. Since html
already has table-tags, I used those.
> But you can also create a XHTML DOM in JDOM. But I wouldn't
> like to do it :-)
It's not very difficult...
- Noam.
More information about the jdom-interest
mailing list