blob: 0ae46ec85f16fc5c2972820a22bc36eb7d11e7d2 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-xml-io-dsl"]
= XML IO DSL
:linkattrs:
:cq-artifact-id: camel-quarkus-xml-io-dsl
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: An XML stack for parsing XML route definitions
:cq-deprecated: false
:cq-jvm-since: 1.8.0
:cq-native-since: 1.8.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native since##[.badge-supported]##1.8.0##
endif::[]
An XML stack for parsing XML route definitions
[id="extensions-xml-io-dsl-whats-inside"]
== What's inside
* xref:{cq-camel-components}:others:java-xml-io-dsl.adoc[XML DSL]
Please refer to the above link for usage and configuration details.
[id="extensions-xml-io-dsl-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-xml-io-dsl[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-io-dsl</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-xml-io-dsl-additional-camel-quarkus-configuration"]
== Additional Camel Quarkus configuration
[id="extensions-xml-io-dsl-configuration-xml-file-encodings"]
=== XML file encodings
By default, some XML file encodings may not work out of the box in native mode.
Please, check the xref:user-guide/native-mode.adoc#charsets[Character encodings section] to learn how to fix.