how to convert JSP to XML??
@coolshivster no can do bro (or sis...)...
ok the main problem with answering your question is that you are referencing two completely different types of things. A JSP or Java Server Page is essentially a dynamically built web page generated by the server you are contacting. These are essentially reduced to html , css rules, and ECMA script by your browser. XML is a way of formatting information it is an example of a markup language (similar in form to HTML). It stands for eXtensible Markup Language. It is a tailored language defined by the type of information it is meant to describe and the people it is meant for in its more advanced forms. So I guess I should ask. what part of the JSP are you trying to convert? and have you tried processing the generated JSP with a scripting language like pearl or python?
Join our real-time social learning platform and learn together with your friends!