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