[xsl] calling jsp from xsl <frame ... />

Subject: [xsl] calling jsp from xsl <frame ... />
From: longjohn <longjohn@xxxxxxxxxxxx>
Date: Wed, 27 Mar 2002 15:10:01 +0100
Hi!
I've got to project a dynamic web site adapting a previous one.
The previous was based on xsql queries (made by a servlet to an OracleDB). Obtained XML data were sent to an XSL stylesheet and HTML were made by Oracle XSQL servlet.
Now i want to use the same XSL sheets , but doing queries to a MysqlDB (so I can't use xsql and xsql servlet yet) and trying to write jsp pages to make calls. What I've to do it's to install Tomcat with Xalan and Xerces and to update XSL sheets.
Here's the problem: jsp pages address xsl sheets . XSL index page (and others too) are structured with frames inserted using <frame ... /servlets/nameOfServl?...../file.xsql ...>
Could I substitute these with something like <frame .... /file.jsp ...> (where file.jsp obviously calls another xsl ) ?
Will Xalan work well?
Is a well-formed architecture?
Thanks to help me and to all suggestions.
John




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


Current Thread