This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
from 9086934 Update CustomerBuilder.java
new 5687c87 Add xslt example
new db6f198 Add xslt example
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../README.adoc | 20 ++++++++-----------
jbang/xslt-transform/banks.camel.yaml | 23 ++++++++++++++++++++++
jbang/xslt-transform/mystyle.xsl | 11 +++++++++++
jbang/xslt-transform/sample.xml | 9 +++++++++
4 files changed, 51 insertions(+), 12 deletions(-)
copy jbang/{circuit-breaker => xslt-transform}/README.adoc (66%)
create mode 100644 jbang/xslt-transform/banks.camel.yaml
create mode 100644 jbang/xslt-transform/mystyle.xsl
create mode 100644 jbang/xslt-transform/sample.xml