Why don't you move your code into java beans and/or tag library, then call
them from your jsp pages? As for the beans and tag library, use JAXP? Good
luck.
-----Original Message-----
From: elbouhari_slah [mailto:elbouhari_s@v...]
Sent: Thursday, April 18, 2002 11:42 AM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] Help!!UsingJSP and XML
Hello for all!
I have a project that consists at extracting some informations from a
database.This database is writed (or generated)using XML.
The problem is how to write a jsp file that can extract the special
information and present it as a html file.
I use for this project Tomcat4.0.
I have started wrinting the data(data.xml) and a file(xxx.xsl) which is
used as a link between an other xml file(not data.xml) and a jsp file.This
jsp file will extract information from data.xml.
I wouldn't use servelets(*.java).
I'd really appreciate any help you can give.If you have any idea adout
doing it then let me know aswell.
Think you
Slah