348.4. Spring XML 예 다음 예제에서는 Tidy Markup을 사용하여 Spring을 사용하여 마집을 해제하는 방법을 보여줍니다. <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>이전다음