How to choose either Application/XML or Text/XML as mediatype?

Viewed 5184

I have been learning on jax-rs. My problem is i don't know how to choose either application/XML or text/XML even i read more articles about them in Internet. Can anyone describe it simply like what application/XML support and not? why I should use text/XML?

3 Answers

w3.org recommendation is to use application/xml

text/xml is already deprecated

Related