I got it. It's the same as other html.
Thanks.
I want to get a xml response to browser,for example:I have a xml string such as:<person><name>nick</name><age>20</age></person>and I have a request such as: http://localhost:8080/personit will output the xml to browser.Please give me some prompts.Thanks.