304.9. 在 XML DSLs 中使用新行或标签页
从 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>