Cocoon is a great framework, that will do wonders if you handwrite your xml
To use dynamically XML (as I like to do), another solution is to use the
JDOM API (www.jdom.org) to build the XML doc inside a servlet or jsp, and to
use XALAN to perform the XSLT (xml.apache.org)

The JDOM api uses XERCES (from the apache found.) but makes it easy to build
a doc, so you'll need three jar files, xerces.jar xalan.jar and jdomb6.jar.
Copy them to your lib directory.

Cheers.

----- Original Message -----
From: "Hussayn Dabbous" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 4:56 PM
Subject: Re: xslt processing


> try cocoon ...
>
> Peter Barta wrote:
> >
> > Hi,
> >
> > does anyone have some suggestions how to configure tomcat for processing
> > xml and xslt on the server side?
> >
> > Thanks: Peter
>
> --
> Dr. Hussayn Dabbous
> SAXESS Software Design GmbH
> Neuenhöfer Allee 125
> 50935 Köln
> Telefon: +49-221-56011-0
> Fax:     +49-221-56011-20
> E-Mail:  [EMAIL PROTECTED]

Reply via email to