Hi I have a problem regarding a XML response. One of our clients need to get a response from our Web server in XML format, and I know "nothing" about XML. Ok, I know some teori but not so I could do something useful.
What I need is to generate a response message like this (in their words: "The response from your server could look like this") <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?> <messages> <message id="1" to="123456" from="654321" msg="My message" status="1"/> </messages> I guess I should generate the String and send it back as a response somehow, instead of the ordinary HTTP response? Please help Regards Jan Aren� =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
