I have an object, generated by XJC, called Product
. I want to set product.currentPrice (a String)
to be £210
where £
is the currency symbol (passed in from elsewhere in the system).
Trouble is, JAXB is escaping my ampersand, so it produces £210
instead. How do I make it not do this?