You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/13 10:05:05 UTC

[camel] 10/13: Camel-Schematron: Fixed tip section

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

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

commit 2bec11a68bf44089d43da506f7b655414111191a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:53:38 2020 +0100

    Camel-Schematron: Fixed tip section
---
 .../camel-schematron/src/main/docs/schematron-component.adoc | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/components/camel-schematron/src/main/docs/schematron-component.adoc b/components/camel-schematron/src/main/docs/schematron-component.adoc
index b518a0e..3d72874 100644
--- a/components/camel-schematron/src/main/docs/schematron-component.adoc
+++ b/components/camel-schematron/src/main/docs/schematron-component.adoc
@@ -164,7 +164,10 @@ XML DSL. The schematrion rules file is sourced from the file system:
 </route>
 -----------------------------------------------------------------------------------------------
 
-TIP: *Where to store schematron rules?*
+[TIP]
+====
+*Where to store schematron rules?*
+
 Schematron rules can change with business requirement, as such it is
 recommended to store these rules somewhere in file system. When the
 schematron component endpoint is started, the rules are compiled into
@@ -177,6 +180,7 @@ So if you happen to store the rules in the file system, in the event of
 an update, all you need is to restart the route or the component. No
 harm in storing these rules in the class path though, but you will have
 to build and deploy the component to pick up the changes.
+====
 
 == Schematron rules and report samples
 
@@ -222,9 +226,13 @@ Here is an example of schematron report:
 </svrl:schematron-output>
 ------------------------------------------------------------------------
 
-TIP: *Useful Links and resources*
+[TIP]
+====
+*Useful Links and resources*
+
 * http://www.mulberrytech.com/papers/schematron-Philly.pdf[Introduction
 to Schematron] by Mulleberry technologies. An excellent document in PDF
 to get you started on Schematron.
 * http://www.schematron.com[Schematron official site]. This contains
 links to other resources
+====