display XML file in JSP page

2008-04-01 Thread Ashish Kulkarni
Hi I need to display XML file in JSP page (raw XML file) in my Action Class i read this XML file, but how do i display in proper format in JSP, i want the XML file displayed as is. Regards Ashish

Re: display XML file in JSP page

2008-04-01 Thread Laurie Harper
Ashish Kulkarni wrote: Hi I need to display XML file in JSP page (raw XML file) in my Action Class i read this XML file, but how do i display in proper format in JSP, i want the XML file displayed as is. Regards Ashish Don't use a JSP. Either link to the XML file directly (if it's somewhere

Re: display XML file in JSP page

2008-04-01 Thread Ashish Kulkarni
Hi thanks it works On 4/1/08, Laurie Harper [EMAIL PROTECTED] wrote: Ashish Kulkarni wrote: Hi I need to display XML file in JSP page (raw XML file) in my Action Class i read this XML file, but how do i display in proper format in JSP, i want the XML file displayed as is. Regards