[jdom-interest] generating html content with jdom

Martin Bravenboer martin at pandoramix.org
Wed Jun 27 16:29:47 PDT 2001


Hi,

> *  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.

You can later use XSL to transform
the XML document (created with JDOM of course) to HTML.

But you can also create a XHTML DOM in JDOM. But I wouldn't
like to do it :-)

Success,
Martin





More information about the jdom-interest mailing list