Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I create....
01-29-2009, 09:25 PM
Post: #1
Can I create....
hi ,

Please tell me can I create XML pages using JSP technology?

Thanks
----------------

Software development company
Web application development
Visit this user's website Find all posts by this user
Quote this message in a reply
01-30-2009, 08:22 PM
Post: #2
RE: Can I create....
I am not sure I understand your question correctly. From what I understood, I think you are looking for how to create XML using JSP. Creating an XML file using JSP is very simple. Just change the content type of your jsp file by using

<%@ page contentType="text/xml"%>

before outputting your xml content.s
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: