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]

calling jsp from xsl <frame ... />


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


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