Author: kasun
Date: Fri Sep 23 08:59:29 2011
New Revision: 1174599
URL: http://svn.apache.org/viewvc?rev=1174599&view=rev
Log:
Applying the fix for SYNAPSE-795
Modified:
synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
Modified: synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml?rev=1174599&r1=1174598&r2=1174599&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
(original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Fri Sep
23 08:59:29 2011
@@ -1409,6 +1409,7 @@ where "sequence/dynamic_seq_1.xml" refer
<pre xml:space="preserve"> <validate [source="xpath"]>
<property name="validation-feature-id" value="true|false"/>*
<schema key="string"/>+
+ <resource location="string" key="string"/> +
<on-fail>
mediator+
</on-fail>
@@ -1421,7 +1422,12 @@ where "sequence/dynamic_seq_1.xml" refer
the on-fail sequence of mediators is executed. Properties could be used
to
turn on/off some of the underlying features of the validator (See <a
href="http://xerces.apache.org/xerces2-j/features.html">http://xerces.apache.org/xerces2-j/features.html</a>)
- </p>
+ </p>
+ <p>
+ The <resource> can be used to specify external schema
resources, which can be used to
+ validate the messages. External schema resources can be defined as
localentries and with <resource>
+ user could point the specified localentries.
+ </p>
<p/>
<h4>
<a name="Callout" id="Callout">Callout</a>