RE: [xsl] How do I invoke a stylesheet from JSP

Subject: RE: [xsl] How do I invoke a stylesheet from JSP
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 21 Nov 2001 11:02:19 -0000
> I am working with a Java/JSP application and trying to display an XML
> document using an XSL sheet I have created. The application
> is running on
> Unix-Solaris.   I am not able to modify the XML, as it is coming from
> compiled application code that I do not have access to.   I have not
> installed any additional pieces of software on the server, do
> you have any
> recommendations on what I can use to do the XML translations?
>  Are there
> commands that I can run from the JSP to invoke the translations?

Install a Java-based XSLT processor such as Xalan, Saxon, or jd-xslt, and
invoke it from your JSP page using the JAXP 1.1 API, which is described on
the java.sun.com web site.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread