348.4. Spring XML 示例 以下示例演示了如何使用 Spring 将 TidyMarkup 用于 unmarshal <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring"> <route> <from uri="file://site/inbox"/> <unmarshal> <tidyMarkup/> </unmarshal> <to uri="file://site/blogs"/> </route> </camelContext>前一个下一个