使用 Camel 转换,Json 到 XML,与
<dataFormats> <xmljson id="xmljson"/> <xmljson id="xmljsonWithOptions" forceTopLevelObject="true" trimSpaces="true" rootName="root" skipNamespaces="true" removeNamespacePrefixes="true" expandableProperties="d e"/> </dataFormats>
并应用转换:
<unmarshal ref="xmljsonWithOptions"/>
我确实可以将Json转换成XML,但是没有xml实体转换,
通常,如果某些文本包含“&”这个字符,它不会被重写为“&”,
有什么办法可以做到这一点?