← Prev in month ← Prev in thread

Re: [docbook-apps] website and jsp

From
Michael Ostermeier <>
Date
2004-07-01T08:03:44+00:00
ID
Thread
Re: [docbook-apps] website and jsp
Am Mittwoch, 30. Juni 2004 10:32 schrieb Arnaud Vandyck:

> I'd like to use jsp's in my website and I use the website
> stylesheets. The problem is I don't know how to embed the jsp tags. I
> already made some php and the processing tags works well.

> The problem then was the root element of the jsp page... I'd like to
> have the stylesheets to automatically detect if it's a jsp page or an
> xhtml page (yes, I have to use xhtml or jsp's will fail). I did some
> tests but did not find how to do this. Thanks for a hint.

I'm not exactly sure, what you are trying to do, but you might want
to take a look at Filters: 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/index.html

you can write the docbook-website code directly with the jsp and
do the transform with a simple xslt filter...

> If someone has a hint or want to share experience, I'd be glad ;-)
← Prev in month ← Prev in thread