Chapter 80. XML IO DSL
An XML stack for parsing XML route definitions
80.1. What’s inside 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Please refer to the above link for usage and configuration details.
80.2. Maven coordinates 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-xml-io-dsl</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-io-dsl</artifactId>
</dependency>
80.3. Additional Camel Quarkus configuration 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
80.3.1. XML file encodings 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
By default, some XML file encodings may not work out of the box in native mode. Please, check the Character encodings section to learn how to fix.