24 May
                
                    2011
                
            
            
                24 May
                
                '11
                
            
            
            
        
    
                6:40 a.m.
            
        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/person it will output the xml to browser. Please give me some prompts. Thanks.