Spring MVC xml数据'&'转换为'& amp;'

时间:2015-07-20 03:47:54

标签: java xml spring spring-mvc jaxb

Hi All in My Spring MVC应用程序。 我将表单数据作为XML存储在DB中。 使用JAXB Class和Marshaller,JAXBContext等。

现在问题在'&'

如果文字字段包含' ABC& XYZ' 它存储在DB中 ABC& amp; XYZ

<individualOrOrganisation>I</individualOrOrganisation>
  <detailsoftheArtsEntertainment>
    <titleofEvent>ABC &amp;amp; XYZ</titleofEvent>
  </detailsoftheArtsEntertainment>

显示为 ABC&amp; XYZ

我正在使用StringTrimmerEditor和initBinder修剪所有用户输入文本数据。

请帮我解决这个问题。

0 个答案:

没有答案