> I would be interested in knowing how to even use an XSLT engine! I know I can get 
>JSP to output XML with
> a header, but how do I actually pass the XML to the XSLT engine, and how do I 
>specify I want HTML or
> WML output? Is it a servlet, and you just call upon it somehow from a JSP page or 
>when a request is
> made, inside you grab the page using a URL connection to get XML output from the JSP 
>page, then pass it

You might be interested in the W3C XSP specification and the Cocoon
Project (directly related). XSP solves the dillema of having your logic
and presentation in the one place ie. a JSP.

> on to an XSLT engine somehow? I guess I should buy a book on this topic..but I was 
>hoping it would be
> easy enough to figure out.

"Java and XML" is an excellent book. Though it doesn't go into the
details of servlets and XML much.

Reply via email to