RE: Dynamic XML/XSLT with Tomcat 4.0

2002-01-19 Thread Luke Studley
I've been round this route myself recently. These observations might be useful: 1. Originally I was using XML/XSLT to generate HTML/WML on the fly using Servlet 2.3 filters and the TraX API. This worked fine - but I found the resultant site relatively hard to maintain. 2. Took a trip through

Re: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Alexandre Victoor
Hi, I think you should take a look at Cocoon.. http://xml.apache.org/cocoon1/index.html regards Alex At 08:43 18/01/2000 +0200, you wrote: Hello, I would like to use XML/XSLT in my project. The problem is that my XML pages (and possibly XSLT pages) will be dynamic not static. I think, JSPs

Re: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Chris Faulkner
HI Use Cocoon within Tomcat. You'll findit in the Apache XMLproject. http://xml.apache.org/ Chris Hello, I would like to use XML/XSLT in my project. The problem is that my XML pages (and possibly XSLT pages) will be dynamic not static. I think, JSPs should generate the content, but how do I

Re: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Craig R. McClanahan
On Tue, 18 Jan 2000, Sergei Batiuk wrote: Date: Tue, 18 Jan 2000 08:43:58 +0200 From: Sergei Batiuk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat User Group [EMAIL PROTECTED] Subject: Dynamic XML/XSLT with Tomcat 4.0 Hello, I would like to use XML/XSLT in

RE: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Jim Urban
Attached is a simple servlet which uses XSLT to generate HTML and send it back to the browser. The XSL file needed to run the servlet is attached to, simply put it in the root of the context you have the servlet in. Hope this helps Jim Date: Tue, 18 Jan 2000 08:43:58 +0200 From: Sergei

RE: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread BBui
Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 1:40 PM To: Tomcat Users List Subject:RE: Dynamic XML/XSLT with Tomcat

RE: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Craig R. McClanahan
On Fri, 18 Jan 2002 [EMAIL PROTECTED] wrote: Date: Fri, 18 Jan 2002 16:41:02 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Dynamic XML/XSLT with Tomcat 4.0 Hi Jim, I am also going to use XML

RE: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread BBui
To: Tomcat Users List Subject:RE: Dynamic XML/XSLT with Tomcat 4.0 On Fri, 18 Jan 2002 [EMAIL PROTECTED] wrote: Date: Fri, 18 Jan 2002 16:41:02 -0600 From: [EMAIL