I want to get a xml response to browser,<div>for example:</div><div>I have a xml string such as: </div><div><person></div><div>  <name>nick</name></div><div>  <age>20</age></div><div></person></div>
<div><br></div><div>and I have a request such as: <a href="http://localhost:8080/person">http://localhost:8080/person</a></div><div>it will output the xml to browser.</div><div><br></div><div>Please give me some prompts.</div>
<div><br></div><div>Thanks.</div>