This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c75bcbf77d3 Fix documentation
c75bcbf77d3 is described below

commit c75bcbf77d32eac2e76c4fe7c918c4c9e8e92b9d
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Sep 6 13:51:24 2022 +0200

    Fix documentation
    
    Seems that the xtokenize language is now implemented via the StAX
    component.
---
 components/camel-stax/src/main/docs/xtokenize-language.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-stax/src/main/docs/xtokenize-language.adoc 
b/components/camel-stax/src/main/docs/xtokenize-language.adoc
index 9e2c4c912cb..af710b8fe6d 100644
--- a/components/camel-stax/src/main/docs/xtokenize-language.adoc
+++ b/components/camel-stax/src/main/docs/xtokenize-language.adoc
@@ -6,11 +6,11 @@
 :since: 2.14
 :supportlevel: Stable
 //Manually maintained attributes
-:camel-spring-boot-name: xml-jaxp
+:camel-spring-boot-name: stax
 
 *Since Camel {since}*
 
-The XML Tokenize language is a built-in language in `camel-xml-jaxp`, which
+The XML Tokenize language is a built-in language in `camel-stax`, which
 is a truly XML-aware tokenizer that can be used with the 
xref:eips:split-eip.adoc[Split] EIP
 as the conventional xref:tokenize-language.adoc[Tokenize] to efficiently and
 effectively tokenize XML documents.

Reply via email to