This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 06320a81abb35bfd69d5906eb1ec7d40cfed6572 Author: aldettinger <[email protected]> AuthorDate: Thu May 20 15:46:38 2021 +0200 xslt-saxon: Fixed typos --- .../resources/org/apache/camel/catalog/docs/xslt-saxon-component.adoc | 4 ++-- components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc | 4 ++-- docs/components/modules/ROOT/pages/xslt-saxon-component.adoc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xslt-saxon-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xslt-saxon-component.adoc index 5bb8d2a..af7b445 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xslt-saxon-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xslt-saxon-component.adoc @@ -129,7 +129,7 @@ destination you could use the following route: [source,java] ---- from("activemq:My.Queue"). - to("xslt:com/acme/mytransform.xsl"). + to("xslt-saxon:com/acme/mytransform.xsl"). to("activemq:Another.Queue"); ---- @@ -259,7 +259,7 @@ keys `Exchange.XSLT_ERROR`, `Exchange.XSLT_FATAL_ERROR`, or `Exchange.XSLT_WARNING` which allows end users to get hold of any errors happening during transformation. -For example in the stylesheet below, we want to terminate if a staff has +For example in the stylesheet below, we want to determinate whether a staff has an empty dob field. And to include a custom error message using xsl:message. diff --git a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc index 5bb8d2a..af7b445 100644 --- a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc +++ b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc @@ -129,7 +129,7 @@ destination you could use the following route: [source,java] ---- from("activemq:My.Queue"). - to("xslt:com/acme/mytransform.xsl"). + to("xslt-saxon:com/acme/mytransform.xsl"). to("activemq:Another.Queue"); ---- @@ -259,7 +259,7 @@ keys `Exchange.XSLT_ERROR`, `Exchange.XSLT_FATAL_ERROR`, or `Exchange.XSLT_WARNING` which allows end users to get hold of any errors happening during transformation. -For example in the stylesheet below, we want to terminate if a staff has +For example in the stylesheet below, we want to determinate whether a staff has an empty dob field. And to include a custom error message using xsl:message. diff --git a/docs/components/modules/ROOT/pages/xslt-saxon-component.adoc b/docs/components/modules/ROOT/pages/xslt-saxon-component.adoc index 793020c..de5ebc5 100644 --- a/docs/components/modules/ROOT/pages/xslt-saxon-component.adoc +++ b/docs/components/modules/ROOT/pages/xslt-saxon-component.adoc @@ -131,7 +131,7 @@ destination you could use the following route: [source,java] ---- from("activemq:My.Queue"). - to("xslt:com/acme/mytransform.xsl"). + to("xslt-saxon:com/acme/mytransform.xsl"). to("activemq:Another.Queue"); ---- @@ -261,7 +261,7 @@ keys `Exchange.XSLT_ERROR`, `Exchange.XSLT_FATAL_ERROR`, or `Exchange.XSLT_WARNING` which allows end users to get hold of any errors happening during transformation. -For example in the stylesheet below, we want to terminate if a staff has +For example in the stylesheet below, we want to determinate whether a staff has an empty dob field. And to include a custom error message using xsl:message.
