303.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>