I have an Object that is being marshalled to XML using JAXB. One element contains a String that includes quotes (\"). The resulting XML has " where t
"
Seems like it is possible with Sun's JAXB implementation, although I've not done it myself.