For a project, I need to create a JSP page with a dynamic table content
which takes a XML as an input. I got this XML from a application server.
Since I am not a 100% java programmer, after couple days of research,
the best way for me seems to be:
1. create a XSL and parse the XML with the XSL in a servlet
2. use server-side include to invoke this servlet in my JSP page

With this approach, I come across some questions.
1. Is the approach I mention before a "good" idea? Any better input?
2. Is there any example servlets that can serve the purpose parsing XML and XSL 
together?
3. Also, from some articles, I know that Apache Cocoon serves as a servlet that can 
parse
the XML file with XSL styling, which will be a big release for me and I can
just focus on XSL  (presentation) development. My web server is NT+IIS+JRun,
however, when I try to configure Cocoon, it asks for modifying
rules.properties,servlets.properties and files.properties
where can I find them in JRun?
4. If Cocoon could help me with servlet programming burden, can I still
include the "XML/XSL" file generated by Cocoon in my JSP?
Any responses will be highly appreciated.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to