|
Dont use a
response.setContentType
do this instead:
<%@ page
contentType="text/xml;charset=ISO-8859-1" %>
then just write out the xml
example:
<%@ page
contentType="text/xml;charset=ISO-8859-1" %>
<tag1> text1 <tag2> text2 </tag2> <tag2> text3 </tag2> </tag1>
|
- Re: Output xml string from a servlet ... Vijay Naidu
- Re: Output xml string from a ser... Lindsay, William (USPC.PCT.Hopewell)
- Re: Output xml string from a ser... Chen, Gin
- Re: Output xml string from a ser... Chen, Gin
- Re: Output xml string from a ser... Ouyang, Jian
- Re: Output xml string from a ser... Richard Yee
- Re: Output xml string from a ser... Chen, Gin
- Re: Output xml string from a ser... Chen, Gin
- Re: Output xml string from a ser... Vijay Naidu
