I'm trying to provide data to clients by providing them a URL to my
jsp page.
The JSP page will get all the data from a table in database and display the data as an xml.
The data created okay and client's program can access it fine.
The problem is when I try to open the JSP page in the browser, it doesn't look like XML at all. I think it's because the "open" and "close" tag in XML documents.
How could I handle this so people can view the data in their browser?
Thanks in advance for the advice.
- Rudy -