This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How do I invoke a stylesheet from JSP


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]