304.9. 在 XML DSL 中使用新行或标签页
从 Camel 2.9.3 开始提供
从 Camel 2.9.3 开始,在 XML DSL 中指定新行或标签页会更容易,因为您可以立即转义值
<transform> <simple>The following text\nis on a new line</simple> </transform>
<transform>
<simple>The following text\nis on a new line</simple>
</transform>