This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have bunch of xml/xsl files which I need to convert into JSP. IS there a method to do so?
Thanks in advance Sharadha
Thanks<br />Sharadha
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
posted
0
Originally posted by Sharadha Sankar: Hello,
I have bunch of xml/xsl files which I need to convert into JSP. IS there a method to do so?
Thanks in advance Sharadha
Write a parser/program for it.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
Exactly what are you aiming for here? 1. Including XML transformed by XSL as content in a page generated by JSP 2. Turning an XML document into a JSP document automatically
I believe the standard Taglib library JSTL 1.1 contains tags for doing 1. I would be interested in hearing about anybodys actual experience with the XML taglibs Bill